File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed 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- },
4739 "x-links" : {
4840 "type" : " array" ,
4941 "minItems" : 1 ,
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"
1925 },
2026 "title" : {
2127 "$ref" : " ../schemas/2020-12/misc/single-line-text.json"
You can’t perform that action at this time.
0 commit comments