{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/airbus-oneatlas/refs/heads/main/json-schema/oneatlas-catalog-delete-expired-schema.json",
"title": "catalog-delete-expired",
"type": "object",
"properties": {
"workspaces": {
"type": "array",
"items": {
"$ref": "#/components/schemas/WorkspaceIdentifier"
},
"description": "List of workspaces where expired catalog items should be deleted. If not set, expired items of every worskapces will be deleted.",
"minItems": 1
}
}
}