{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceClass", "title": "ResourceClass", "type": "object", "properties": { "id": { "type": "string", "format": "uuid", "description": "The unique identifier of the resource class" }, "resource_class": { "type": "string", "description": "The resource class name in namespace/name format" }, "description": { "type": "string", "description": "A description of the resource class" } } }