Skip to content

Commit 5984270

Browse files
committed
Improve format tables
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 78dcb4d commit 5984270

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

content/2020-12/format-annotation/format.markdown

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,25 @@ The supported formats are the following.
7070

7171
| Format | Category | Specification |
7272
|---------------------------|----------------------|---------------|
73-
| `"date-time"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
74-
| `"date"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
75-
| `"time"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
76-
| `"duration"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
77-
| `"email"` | Emails | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2 |
78-
| `"idn-email"` | Emails | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2 |
79-
| `"hostname"` | Hostnames | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3 |
80-
| `"idn-hostname"` | Hostnames | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3 |
81-
| `"ipv4"` | IP Addresses | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4 |
82-
| `"ipv6"` | IP Addresses | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4 |
83-
| `"uri"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
84-
| `"uri-reference"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
85-
| `"iri"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
86-
| `"iri-reference"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
87-
| `"uuid"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
88-
| `"uri-template"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.6 |
89-
| `"json-pointer"` | JSON Pointer | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7 |
90-
| `"relative-json-pointer"` | JSON Pointer | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7 |
91-
| `"regex"` | Regular Expressions | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.8 |
73+
| `"date-time"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
74+
| `"date"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
75+
| `"time"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
76+
| `"duration"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
77+
| `"email"` | Emails | [JSON Schema 2020-12 Validation Section 7.3.2](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2) |
78+
| `"idn-email"` | Emails | [JSON Schema 2020-12 Validation Section 7.3.2](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2) |
79+
| `"hostname"` | Hostnames | [JSON Schema 2020-12 Validation Section 7.3.3](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3) |
80+
| `"idn-hostname"` | Hostnames | [JSON Schema 2020-12 Validation Section 7.3.3](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3) |
81+
| `"ipv4"` | IP Addresses | [JSON Schema 2020-12 Validation Section 7.3.4](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4) |
82+
| `"ipv6"` | IP Addresses | [JSON Schema 2020-12 Validation Section 7.3.4](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4) |
83+
| `"uri"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
84+
| `"uri-reference"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
85+
| `"iri"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
86+
| `"iri-reference"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
87+
| `"uuid"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
88+
| `"uri-template"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.6](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.6) |
89+
| `"json-pointer"` | JSON Pointer | [JSON Schema 2020-12 Validation Section 7.3.7](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7) |
90+
| `"relative-json-pointer"` | JSON Pointer | [JSON Schema 2020-12 Validation Section 7.3.7](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7) |
91+
| `"regex"` | Regular Expressions | [JSON Schema 2020-12 Validation Section 7.3.8](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.8) |
9292

9393
## Examples
9494

content/2020-12/format-assertion/format.markdown

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@ The supported formats are the following.
6565

6666
| Format | Category | Specification |
6767
|---------------------------|----------------------|---------------|
68-
| `"date-time"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
69-
| `"date"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
70-
| `"time"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
71-
| `"duration"` | Time | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1 |
72-
| `"email"` | Emails | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2 |
73-
| `"idn-email"` | Emails | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2 |
74-
| `"hostname"` | Hostnames | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3 |
75-
| `"idn-hostname"` | Hostnames | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3 |
76-
| `"ipv4"` | IP Addresses | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4 |
77-
| `"ipv6"` | IP Addresses | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4 |
78-
| `"uri"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
79-
| `"uri-reference"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
80-
| `"iri"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
81-
| `"iri-reference"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
82-
| `"uuid"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5 |
83-
| `"uri-template"` | Resource Identifiers | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.6 |
84-
| `"json-pointer"` | JSON Pointer | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7 |
85-
| `"relative-json-pointer"` | JSON Pointer | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7 |
86-
| `"regex"` | Regular Expressions | https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.8 |
68+
| `"date-time"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
69+
| `"date"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
70+
| `"time"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
71+
| `"duration"` | Time | [JSON Schema 2020-12 Validation Section 7.3.1](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.1) |
72+
| `"email"` | Emails | [JSON Schema 2020-12 Validation Section 7.3.2](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2) |
73+
| `"idn-email"` | Emails | [JSON Schema 2020-12 Validation Section 7.3.2](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.2) |
74+
| `"hostname"` | Hostnames | [JSON Schema 2020-12 Validation Section 7.3.3](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3) |
75+
| `"idn-hostname"` | Hostnames | [JSON Schema 2020-12 Validation Section 7.3.3](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.3) |
76+
| `"ipv4"` | IP Addresses | [JSON Schema 2020-12 Validation Section 7.3.4](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4) |
77+
| `"ipv6"` | IP Addresses | [JSON Schema 2020-12 Validation Section 7.3.4](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.4) |
78+
| `"uri"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
79+
| `"uri-reference"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
80+
| `"iri"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
81+
| `"iri-reference"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
82+
| `"uuid"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.5](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5) |
83+
| `"uri-template"` | Resource Identifiers | [JSON Schema 2020-12 Validation Section 7.3.6](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.6) |
84+
| `"json-pointer"` | JSON Pointer | [JSON Schema 2020-12 Validation Section 7.3.7](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7) |
85+
| `"relative-json-pointer"` | JSON Pointer | [JSON Schema 2020-12 Validation Section 7.3.7](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.7) |
86+
| `"regex"` | Regular Expressions | [JSON Schema 2020-12 Validation Section 7.3.8](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.8) |
8787

8888
{{<constraint-warning `string`>}}
8989

0 commit comments

Comments
 (0)