{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/document-understanding-classifier-option-structure.json", "name": "ClassifierOption", "description": "Configuration for applying a specific classifier", "type": "object", "required": [ "classifierId" ], "properties": { "classifierId": { "type": "string", "description": "Unique identifier of the classifier to apply", "example": "abc123" } } }