Check Documents Contain Type
Perform Check Documents Contain Type through GenHealth - Checks.
check_documents_contain_typewrite
Inputs
- Documents
documentsexpressionOptional literal value or workflow expression.
- Required Types
required_typesjsonOptional JSON value.
- Flag Type
flag_typetextOptional text value.
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
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",
"properties": {
"documents": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"flag_type": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"required_types": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}