File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,8 @@ source_label: JSON Schema
8
8
source : https://json-schema.org/draft/2020-12/json-schema-validation.html#name-dates-times-and-duration
9
9
---
10
10
11
- # <a href =" .. " >{{ page.collection }}</a >
12
-
13
- ## {{ page.slug }} - {{ page.description }}
14
-
15
- Base type: ` {{ page.base_type }} ` .
16
-
11
+ {% capture summary %}
17
12
The ` {{page.slug}} ` format represents a time as defined by full-time - [ RFC3339] ( https://www.rfc-editor.org/rfc/rfc3339.html#section-5.6 ) .
13
+ {% endcapture %}
18
14
19
- {% if page.issue %}
20
- ### GitHub Issue
21
-
22
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
23
- {% endif %}
24
-
25
- {% if page.remarks %}
26
- ### Remarks
27
-
28
- {{ page.remarks }}
29
- {% endif %}
15
+ {% include format-entry.md summary=summary %}
You can’t perform that action at this time.
0 commit comments