{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RawOrderData", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "RAW" ] }, "data": { "$ref": "#/components/schemas/RawJson" } }, "required": [ "@type" ] }