{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-white-label-asset-model-structure.json", "name": "WhiteLabelAssetModel", "description": "White label asset model", "type": "object", "properties": { "WhiteLabelAssetId": { "description": "White label asset ID", "type": "int32", "example": 500123 }, "WhiteLabelConfigId": { "description": "White label configuration ID", "type": "int32", "example": 500123 }, "FilePath": { "description": "File path", "type": "string", "example": "string" }, "Url": { "description": "Asset URL", "type": "string", "example": "https://api.flipdish.co/example" }, "TsUpdate": { "description": "Timestamp update", "type": "datetime", "example": "2026-06-02T12:00:00Z" } } }