{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateCatalogResource", "title": "UpdateCatalogResource", "type": "object", "properties": { "archived": { "description": "Whether or not to archive the resource.\nWhen a resource is archived, all catalog service mappings will be removed.\n", "type": "boolean", "example": false } }, "additionalProperties": false }