{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/marketing-store-list-item-structure.json", "name": "StoreListItem", "description": "Store id and name", "type": "object", "properties": { "StoreId": { "description": "Store Id", "type": "int32", "example": 500123 }, "StoreName": { "description": "Store Name", "type": "string", "example": "Example Name" }, "StoreGroupId": { "description": "Store Group Id", "type": "int32", "example": 500123 }, "StoreGroupName": { "description": "Store Group Name", "type": "string", "example": "Example Name" }, "HasLoyaltyCampaign": { "description": "Store has loyalty campaign", "type": "boolean", "example": true }, "HasRetentionCampaign": { "description": "Store has retention campaign", "type": "boolean", "example": true }, "IsPublished": { "description": "Is Published store", "type": "boolean", "example": true } } }