Categorize Navigator Source Documents
Perform Categorize Navigator Source Documents through GenHealth.
categorize_navigator_source_documentswrite
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Metadata
metadatajsonrequiredRequired JSON value.
Outputs
successSuccesscachedCacheddocument_groupsDocument Groupsdynasplint_illegible_order_pagesDynasplint Illegible Order Pagesdynasplint_unreadable_pagesDynasplint Unreadable PageserrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"document_id",
"metadata"
],
"properties": {
"metadata": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
},
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"cached": {},
"success": {},
"document_groups": {},
"dynasplint_unreadable_pages": {},
"dynasplint_illegible_order_pages": {}
},
"additionalProperties": true
}