{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apollo-config/refs/heads/main/json-structure/apollo-open-api-app-structure.json", "name": "App", "description": "App schema from Apollo Config Open API", "type": "object", "properties": { "name": { "type": "string" }, "appId": { "type": "string" }, "orgId": { "type": "string" }, "orgName": { "type": "string" }, "ownerName": { "type": "string" }, "ownerEmail": { "type": "string" }, "dataChangeCreatedBy": { "type": "string" }, "dataChangeLastModifiedBy": { "type": "string" }, "dataChangeCreatedTime": { "type": "datetime" }, "dataChangeLastModifiedTime": { "type": "datetime" } } }