{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BotVersionCollection", "title": "BotVersionCollection", "type": "object", "properties": { "versions": { "type": "array", "items": { "$ref": "#/components/schemas/BotVersion" } }, "totalSize": { "type": "integer" } } }