{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-vmssapplication.json", "title": "VmssApplication", "description": "VmssApplication from Verifone Order API", "type": "object", "properties": { "visaStatus": { "$ref": "#/components/schemas/VmssSchemeStatus" }, "visaMatches": { "$ref": "#/components/schemas/VmssSchemeMatches" }, "mcdStatus": { "$ref": "#/components/schemas/VmssSchemeStatus" }, "mcdMatches": { "$ref": "#/components/schemas/VmssSchemeMatches" }, "mcdTransactionReference": { "type": "string", "description": "Reference to the status check to mastercard" } } }