{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/apps-firebase-app-schema.json", "title": "FirebaseApp", "description": "FirebaseApp.", "type": "object", "properties": { "WhitelabelId": { "format": "int32", "description": "WhitelabelId.", "type": "integer", "example": 500123 }, "PackageId": { "description": "PackageId.", "type": "string", "example": "500123" }, "FirebaseAppId": { "description": "FirebaseAppId.", "type": "string", "example": "500123" }, "FirebaseProjectId": { "description": "FirebaseProjectId.", "type": "string", "example": "500123" } } }