{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ORDSPropertyValue", "title": "ORDSPropertyValue", "type": "object", "properties": { "value": { "type": "string" } } }