{ "$ref": "#/definitions/HPsections", "definitions": { "HPsections": { "type": "object", "properties": { "type": { "type": "string" }, "lang": { "type": "string", "enum": [ "fr", "en" ] }, "uid": { "type": "string" }, "image": { "type": "string" }, "order": { "type": "number" }, "quickTitle": { "type": "string" }, "quickImage": { "type": "string" }, "reference": { "type": "string" }, "$schema": { "type": "string" } }, "required": [ "type", "lang", "order" ], "additionalProperties": false } }, "$schema": "http://json-schema.org/draft-07/schema#" }