{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": ["panels"], "properties": { "panels": { "type": "array", "items": { "$ref": "panels.json" } } }, "additionalProperties": false }