{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PaymentOptions", "type": "object", "properties": { "acceptsCreditCards": { "type": "boolean" }, "acceptsDebitCards": { "type": "boolean" }, "acceptsCashOnly": { "type": "boolean" }, "acceptsNfc": { "type": "boolean" } } }