{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-firebase-app-structure.json", "name": "FirebaseApp", "description": "FirebaseApp.", "type": "object", "properties": { "WhitelabelId": { "description": "WhitelabelId.", "type": "int32", "example": 500123 }, "PackageId": { "description": "PackageId.", "type": "string", "example": "500123" }, "FirebaseAppId": { "description": "FirebaseAppId.", "type": "string", "example": "500123" }, "FirebaseProjectId": { "description": "FirebaseProjectId.", "type": "string", "example": "500123" } } }