{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiProxy", "title": "ApiProxy", "type": "object", "properties": { "name": { "type": "string" }, "revision": { "type": "array", "items": { "type": "string" } }, "latestRevisionId": { "type": "string" }, "metaData": { "type": "object", "properties": { "createdAt": { "type": "string" }, "lastModifiedAt": { "type": "string" } } } } }