File tree Expand file tree Collapse file tree 13 files changed +37
-204
lines changed Expand file tree Collapse file tree 13 files changed +37
-204
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## {{ page.slug }} - {{ page.description }}
4
4
5
- Base type: ` {{ page.base_type }} ` .
5
+ Base type: ` {{ page.base_type | join:', ' }} ` .
6
6
7
7
{{ include.summary }}
8
8
Original file line number Diff line number Diff line change @@ -8,22 +8,9 @@ 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 duration as defined by duration - [ RFC3339] ( https://www.rfc-editor.org/rfc/rfc3339.html#appendix-A ) .
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
15
+ {% include format-entry.md summary=summary %}
27
16
28
- {{ page.remarks }}
29
- {% endif %}
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-email-addresses
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 is an email address as defined as Mailbox in [ RFC5321] ( https://www.rfc-editor.org/rfc/rfc5321 ) .
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 %}
Original file line number Diff line number Diff line change @@ -8,22 +8,8 @@ source: https://spec.openapis.org/oas/latest.html#data-types
8
8
source_label : OAS
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 single precision (32bit) floating point number as defined by [ IEEE Std 754-2019] ( https://ieeexplore.ieee.org/document/8766229 ) . This format entry is to ensure future versions of OpenAPI maintain compatibility with [ OpenAPI 3.0.x] ( https://spec.openapis.org/oas/v3.0.0 ) .
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 %}
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-hostnames
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 is a host name as defined by [ RFC1123] ( https://www.rfc-editor.org/info/rfc1123 ) .
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 %}
Original file line number Diff line number Diff line change @@ -8,22 +8,8 @@ source: https://spec.openapis.org/oas/latest.html#data-types
8
8
source_label : OAS
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 HTML-formatted text.
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 %}
Original file line number Diff line number Diff line change @@ -6,26 +6,12 @@ base_type: string
6
6
layout : default
7
7
---
8
8
9
- # <a href =" .. " >{{ page.collection }}</a >
10
-
11
- ## {{ page.slug }} - {{ page.description }}
12
-
13
- Base type: ` {{ page.base_type }} ` .
14
-
9
+ {% capture summary %}
15
10
The ` {{page.slug}} ` format represents a date and time as defined by HTTP-date - [ RFC7231] ( https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.1.1 ) .
16
11
17
12
Example: "Sun, 06 Nov 1994 08:49:37 GMT"
18
13
19
14
This is the format for dates passed in HTTP headers.
15
+ {% endcapture %}
20
16
21
- {% if page.issue %}
22
- ### GitHub Issue
23
-
24
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
25
- {% endif %}
26
-
27
- {% if page.remarks %}
28
- ### Remarks
29
-
30
- {{ page.remarks }}
31
- {% endif %}
17
+ {% include format-entry.md summary=summary %}
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-email-addresses
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 is an email address as defined as Mailbox in [ RFC6531] ( https://www.rfc-editor.org/rfc/rfc6531 ) .
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 %}
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-hostnames
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 is an internationalized host name as defined by [ RFC5890] ( https://www.rfc-editor.org/rfc/rfc5890.html ) .
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 %}
Original file line number Diff line number Diff line change @@ -6,22 +6,8 @@ base_type: number
6
6
layout : default
7
7
---
8
8
9
- # <a href =" .. " >{{ page.collection }}</a >
10
-
11
- ## {{ page.slug }} - {{ page.description }}
12
-
13
- Base type: ` {{ page.base_type }} ` .
14
-
9
+ {% capture summary %}
15
10
The ` {{page.slug}} ` format represents a signed 16-bit integer, with the range -32768 through +32767.
11
+ {% endcapture %}
16
12
17
- {% if page.issue %}
18
- ### GitHub Issue
19
-
20
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
21
- {% endif %}
22
-
23
- {% if page.remarks %}
24
- ### Remarks
25
-
26
- {{ page.remarks }}
27
- {% endif %}
13
+ {% include format-entry.md summary=summary %}
You can’t perform that action at this time.
0 commit comments