{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/marketing-store-campaign-start-time-structure.json", "name": "StoreCampaignStartTime", "description": "Store campaign start time", "type": "object", "properties": { "StoreId": { "description": "Store Id", "type": "int32", "example": 500123 }, "TsStart": { "description": "Campaign start time in Utc", "type": "datetime", "example": "2026-06-02T12:00:00Z" } } }