Files
NebulaShell/website/blog/collections/spec.schema.json
2026-04-10 20:00:25 +08:00

15 lines
283 B
JSON

{
"$ref": "#/definitions/spec",
"definitions": {
"spec": {
"type": "object",
"properties": {
"$schema": {
"type": "string"
}
},
"additionalProperties": false
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}