This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/.astro/collections/infopages.schema.json
2025-03-07 14:59:06 +01:00

21 lines
406 B
JSON

{
"$ref": "#/definitions/infopages",
"definitions": {
"infopages": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"intro": {
"type": "string"
},
"$schema": {
"type": "string"
}
},
"additionalProperties": true
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}