{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceVersion", "title": "ResourceVersion", "type": "object", "properties": { "resource": { "type": "string", "description": "Resource name.", "example": "agent" }, "version": { "type": "string", "description": "Version of the resource.", "example": "1.0.0" } }, "description": "List of all resources, and it's supported versions available to subscribe." }