Skip to content

Commit 1a452eb

Browse files
committed
Revise metaschemas
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent a042267 commit 1a452eb

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

meta/schemas-root.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
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,

meta/schemas.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
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"

0 commit comments

Comments
 (0)