{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiProxyRevision", "title": "ApiProxyRevision", "type": "object", "properties": { "name": { "type": "string" }, "revision": { "type": "string" }, "basepaths": { "type": "array", "items": { "type": "string" } }, "displayName": { "type": "string" }, "description": { "type": "string" }, "createdAt": { "type": "string", "format": "date-time" }, "lastModifiedAt": { "type": "string", "format": "date-time" } } }