{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/marketing-restaurant-voucher-assigned-store-structure.json", "name": "RestaurantVoucherAssignedStore", "description": "RestaurantVoucherAssignedStore.", "type": "object", "properties": { "StoreId": { "description": "StoreId.", "type": "int32", "example": 500123 }, "Name": { "description": "Name.", "type": "string", "example": "Example Name" }, "Active": { "description": "Active.", "type": "boolean", "example": true } } }