fix: minor issue with schemastore part of script (#4195)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
parent
cca3c0fd9f
commit
24c9c01e91
2
scripts/generate_schema.py
Normal file → Executable file
2
scripts/generate_schema.py
Normal file → Executable file
@ -62,7 +62,7 @@ def main(schemastore: bool, outfile: IO[str]) -> None:
|
||||
}
|
||||
|
||||
if schemastore:
|
||||
schema["$id"] = ("https://json.schemastore.org/partial-black.json",)
|
||||
schema["$id"] = "https://json.schemastore.org/partial-black.json"
|
||||
# The precise list of unstable features may change frequently, so don't
|
||||
# bother putting it in SchemaStore
|
||||
schema["properties"]["enable-unstable-feature"]["items"] = {"type": "string"}
|
||||
|
Loading…
Reference in New Issue
Block a user