RestaurantVoucherPayGreenStoreConfiguration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/marketing-restaurant-voucher-pay-green-store-configuration-schema.json", "title": "RestaurantVoucherPayGreenStoreConfiguration", "description": "RestaurantVoucherPayGreenStoreConfiguration.", "type": "object", "properties": { "Name": { "description": "Name.", "type": "string", "example": "Example Name" }, "Active": { "description": "Active.", "type": "boolean", "example": true }, "PayGreenId": { "description": "PayGreenId.", "type": "string", "example": "500123" }, "PayGreenConfigurationId": { "format": "int32", "description": "PayGreenConfigurationId.", "type": "integer", "example": 500123 } } }