generated from polymech/site-template
21 lines
406 B
JSON
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#"
|
|
} |