{ "$ref": "#/definitions/docs", "definitions": { "docs": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "section": { "type": "string" }, "order": { "type": "number" }, "$schema": { "type": "string" } }, "required": [ "title", "description", "section", "order" ], "additionalProperties": false } }, "$schema": "http://json-schema.org/draft-07/schema#" }