File tree Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ properties:
12
12
type : string
13
13
format : email
14
14
required :
15
- - emailAddress
15
+ - emailAddress
16
16
example : |-
17
17
{
18
18
"$id": "https://example.com/schemas/email.json",
19
- "$schema": "https://json-schema.org/draft/2019-09 /schema",
19
+ "$schema": "https://json-schema.org/draft/2020-12 /schema",
20
20
"title": "EmailCredential",
21
21
"description": "Email Credential JSON Schema",
22
22
"type": "object",
@@ -32,4 +32,4 @@ example: |-
32
32
"required": ["emailAddress"]
33
33
}
34
34
}
35
- }
35
+ }
Original file line number Diff line number Diff line change @@ -518,18 +518,6 @@ <h2>JSON Schema Specifications</h2>
518
518
< td > < a href ="https://json-schema.org/draft/2020-12/schema "> https://json-schema.org/draft/2020-12/schema</ a > </ td >
519
519
< td > Yes</ td >
520
520
</ tr >
521
- < tr >
522
- < td > [[?JSON-SCHEMA-2019-09]]</ td >
523
- < td > 19 March 2020</ td >
524
- < td > < a href ="https://json-schema.org/draft/2019-09/schema "> https://json-schema.org/draft/2019-09/schema</ a > </ td >
525
- < td > No</ td >
526
- </ tr >
527
- < tr >
528
- < td > [[?JSON-SCHEMA-DRAFT-7]]</ td >
529
- < td > 20 September 2018</ td >
530
- < td > < a href ="http://json-schema.org/draft-07/schema# "> http://json-schema.org/draft-07/schema#</ a > </ td >
531
- < td > No</ td >
532
- </ tr >
533
521
</ tbody >
534
522
</ table >
535
523
Original file line number Diff line number Diff line change 19
19
"const" : " JsonSchema"
20
20
},
21
21
"jsonSchema" : {
22
- "anyOf" : [
23
- {
24
- "$ref" : " https://json-schema.org/draft/2020-12/schema"
25
- },
26
- {
27
- "$ref" : " https://json-schema.org/draft/2019-09/schema"
28
- },
29
- {
30
- "$ref" : " http://json-schema.org/draft-07/schema"
31
- }
32
- ]
22
+ "$ref" : " https://json-schema.org/draft/2020-12/schema"
33
23
}
34
24
},
35
25
"required" : [
You can’t perform that action at this time.
0 commit comments