{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SpacePropertyCreateNoKey", "title": "SpacePropertyCreateNoKey", "required": [ "value" ], "type": "object", "properties": { "value": { "$ref": "#/components/schemas/PropertyValue" } } }