{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CardAcceptorDataResource", "type": "object", "properties": { "matchType": { "type": "string", "description": "The card acceptor match type" }, "status": { "type": "string", "description": "The status of Card Acceptor Name - PENDING, PASS, FAILED" } } }