{ "$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-item-structure.json", "name": "Item", "description": "Item schema from Apollo Config Open API", "type": "object", "properties": { "id": { "type": "int64" }, "namespaceId": { "type": "int64" }, "key": { "type": "string" }, "value": { "type": "string" }, "comment": { "type": "string" }, "lineNum": { "type": "int32" }, "dataChangeCreatedBy": { "type": "string" }, "dataChangeLastModifiedBy": { "type": "string" }, "dataChangeCreatedTime": { "type": "datetime" }, "dataChangeLastModifiedTime": { "type": "datetime" } } }