{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "contractProperty", "type": "object", "properties": { "description": { "type": "string" }, "type": { "type": "string" }, "optional": { "type": "boolean" }, "items": { "type": "object" } } }