Skip to content

Commit b8a9b76

Browse files
committed
Fix JSON schema to allow $schema
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent 765d978 commit b8a9b76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

peps/pep-0825/variant-schema-0.0.1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"description": "The format for variant metadata (variant.json) and index-level metadata ({name}-{version}-variants.json)",
66
"type": "object",
77
"properties": {
8+
"$schema": {
9+
"description": "JSON schema URL",
10+
"type": "string"
11+
},
812
"default-priorities": {
913
"description": "Default priorities for ordering variants",
1014
"type": "object",
@@ -105,6 +109,7 @@
105109
}
106110
},
107111
"required": [
112+
"$schema",
108113
"default-priorities",
109114
"variants"
110115
],

0 commit comments

Comments
 (0)