File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://json-schema.org/draft/2019-08/hyper-schema# " ,
2
+ "$schema" : " https://json-schema.org/draft/2019-08/hyper-schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-08/hyper-schema" ,
4
4
"$vocabulary" : {
5
5
"https://json-schema.org/draft/2019-08/vocab/core" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://json-schema.org/draft/2019-08/hyper-schema# " ,
2
+ "$schema" : " https://json-schema.org/draft/2019-08/hyper-schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-08/links" ,
4
4
"title" : " Link Description Object" ,
5
5
"allOf" : [
Original file line number Diff line number Diff line change 11
11
"properties" : {
12
12
"$id" : {
13
13
"type" : " string" ,
14
- "format" : " uri-reference"
14
+ "format" : " uri-reference" ,
15
+ "$comment" : " Non-empty fragments not allowed." ,
16
+ "pattern" : " ^[^#]#?$"
15
17
},
16
18
"$schema" : {
17
19
"type" : " string" ,
18
20
"format" : " uri"
19
21
},
22
+ "$anchor" : {
23
+ "type" : " string" ,
24
+ "pattern" : " ^[A-Za-z][-A-Za-z0-9.:_]*$"
25
+ },
20
26
"$ref" : {
21
27
"type" : " string" ,
22
28
"format" : " uri-reference"
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://json-schema.org/draft/2019-08/schema# " ,
3
- "$id" : " https://json-schema.org/draft/2019-08/schema# " ,
2
+ "$schema" : " https://json-schema.org/draft/2019-08/schema" ,
3
+ "$id" : " https://json-schema.org/draft/2019-08/schema" ,
4
4
"$vocabulary" : {
5
5
"https://json-schema.org/draft/2019-08/vocab/core" : true ,
6
6
"https://json-schema.org/draft/2019-08/vocab/applicator" : true ,
You can’t perform that action at this time.
0 commit comments