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