{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apollo-config/refs/heads/main/json-schema/apollo-open-api-item-schema.json", "title": "Item", "description": "Item schema from Apollo Config Open API", "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "namespaceId": { "type": "integer", "format": "int64" }, "key": { "type": "string" }, "value": { "type": "string" }, "comment": { "type": "string" }, "lineNum": { "type": "integer" }, "dataChangeCreatedBy": { "type": "string" }, "dataChangeLastModifiedBy": { "type": "string" }, "dataChangeCreatedTime": { "type": "string", "format": "date-time" }, "dataChangeLastModifiedTime": { "type": "string", "format": "date-time" } } }