File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "$schema" : {
3434 "const" : " https://json-schema.org/draft/2020-12/schema"
3535 },
36- "$comment" : {
37- "not" : {
38- "$ref" : " ../schemas/2020-12/ietf/uri/uri-reference.json"
39- }
40- },
4136 "x-license" : {
4237 "const" : " https://github.com/sourcemeta/std/blob/main/LICENSE"
4338 },
44- "x-symbol" : {
45- "type" : " string"
46- },
47- "x-links" : {
48- "type" : " array" ,
49- "minItems" : 1 ,
50- "uniqueItems" : true ,
51- "items" : {
52- "$ref" : " ../schemas/2020-12/ietf/http/https-url.json"
53- }
54- }
39+ "x-links" : true
5540 }
5641}
Original file line number Diff line number Diff line change 1515 "properties" : {
1616 "$id" : false ,
1717 "$comment" : {
18- "$ref" : " ../schemas/2020-12/misc/single-line-text.json"
18+ "$ref" : " ../schemas/2020-12/misc/single-line-text.json" ,
19+ "not" : {
20+ "$ref" : " ../schemas/2020-12/ietf/uri/uri-reference.json"
21+ }
22+ },
23+ "x-symbol" : {
24+ "type" : " string"
25+ },
26+ "x-links" : {
27+ "type" : " array" ,
28+ "minItems" : 1 ,
29+ "uniqueItems" : true ,
30+ "items" : {
31+ "$ref" : " ../schemas/2020-12/ietf/http/https-url.json"
32+ }
1933 },
2034 "title" : {
2135 "$ref" : " ../schemas/2020-12/misc/single-line-text.json"
You can’t perform that action at this time.
0 commit comments