{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-tagrequest.json",
"title": "TagRequest",
"description": "Schema for TagRequest in Nuix REST API",
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The query to use to find matching items to tag."
},
"tag": {
"type": "string",
"description": "The name of the tag to apply or create."
}
}
}