{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/marketing-restaurant-voucher-pay-green-configuration-structure.json", "name": "RestaurantVoucherPayGreenConfiguration", "description": "RestaurantVoucherPayGreenConfiguration.", "type": "object", "properties": { "Name": { "description": "Name.", "type": "string", "example": "Example Name" }, "PayGreenId": { "description": "PayGreenId.", "type": "string", "example": "500123" }, "PayGreenConfigurationId": { "description": "PayGreenConfigurationId.", "type": "int32", "example": 500123 }, "AssignedStores": { "description": "AssignedStores.", "type": "array", "items": { "$ref": "#/components/schemas/RestaurantVoucherAssignedStore" }, "example": [] } } }