{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReShopRequest", "title": "ReShopRequest", "type": "object", "required": [ "OTA_AirLowFareSearchRQ" ], "properties": { "OTA_AirLowFareSearchRQ": { "type": "object", "properties": { "TPA_Extensions": { "type": "object", "properties": { "IntelliSellTransaction": { "type": "object", "properties": { "RequestType": { "type": "object", "properties": { "Name": { "type": "string", "enum": [ "50ITINS" ] } } } } } } } } } } }