{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourcesResponse", "title": "ResourcesResponse", "type": "object", "properties": { "resources": { "type": "array", "items": { "$ref": "#/components/schemas/Resource" }, "description": "Available applications and desktops" } } }