Parse File
Parse a file by file ID or URL.
Provide either file_id (a previously uploaded file) or source_url (a publicly accessible URL). Configure parsing with options like tier, target_pages, and lang.
Tiers
- fast — rule-based, cheapest, no AI
- cost_effective — balanced speed and quality
- agentic — full AI-powered parsing
- agentic_plus — premium AI with specialized features
The job runs asynchronously. Poll GET /parse/{job_id} with expand=text or expand=markdown to retrieve results.
Query parameters
Cookies
Request body
Example request
{
"processing_options": {
"auto_mode_configuration": [
{
"parsing_conf": {
"tier": "agentic",
"version": "latest"
},
"table_in_page": true
}
]
},
"webhook_configurations": [
{
"webhook_events": [
"parse.success",
"parse.error"
],
"webhook_output_format": "json"
}
],
"output_options": {
"additional_outputs": [
"stripped_md",
"concatenated_stripped_txt",
"word_bbox"
],
"granular_bboxes": [
"word",
"line",
"cell"
]
}
}Response
Successful Response
Example response
{
"id": "pjb-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"project_id": "prj-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"name": "Q4 Financial Report",
"tier": "fast"
}Changes
Changed in 19 of the 33 revisions of this API.2652213
- ▲
removed the enum value
2026-05-28of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-28of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-06-01of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-06-01of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ○
added the new optional request property
output_options/granular_bboxesnew-optional-request-property
- ○
added the new
2026-06-04enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-06-04enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-06-05enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-06-05enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
2026-05-21of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-21of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ○
added the new
2026-06-01enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-06-01enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ▲
- ○
added the new optional request property
webhook_configurations/items/webhook_output_formatnew-optional-request-property
- ○
- ▲
removed the enum value
2026-04-09of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-09of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ○
added the new
2026-05-28enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-28enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ▲
- ▲
removed the enum value
2026-05-11of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-11of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-13of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-13of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ○
added the new
2026-05-21enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-21enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
2025-12-18of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2025-12-18of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2025-12-31of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2025-12-31of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-08of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-08of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-09of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-09of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-16of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-16of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-21of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-21of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-22of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-22of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-24of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-24of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-29of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-29of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-30of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-30of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-03of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-03of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-18of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-18of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-20of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-20of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-24of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-24of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-26of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-26of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-02of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-02of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-03of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-03of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-04of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-04of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-05of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-05of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-09of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-09of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-10of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-10of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-11of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-11of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-12of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-12of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-17of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-17of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-19of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-19of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-20of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-20of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-22of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-22of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-23of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-23of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-24of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-24of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-25of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-25of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-26of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-26of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-27of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-27of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-30of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-30of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-31of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-31of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-02of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-02of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-06of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-06of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-14of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-14of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-19of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-19of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-22of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-22of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-27of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-27of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ○
added the new optional request property
output_options/additional_outputsnew-optional-request-property
- ○
added the new
2026-05-11enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-11enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-13enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-13enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
the
processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/request property's max was increased from1800.00to7200.00request-property-max-increased
- ▲
- ▲
removed the enum value
2026-05-11of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-11of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-13of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-13of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
the
processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/request property's max was decreased to1800.00request-property-max-decreased
- ●
removed the request property
output_options/additional_outputsrequest-property-removed
- ○
added the new
2025-12-18enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2025-12-18enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2025-12-31enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2025-12-31enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-08enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-08enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-09enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-09enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-16enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-16enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-21enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-21enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-22enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-22enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-24enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-24enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-29enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-29enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-30enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-30enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-03enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-03enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-18enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-18enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-20enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-20enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-24enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-24enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-26enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-26enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-02enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-02enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-03enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-03enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-04enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-04enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-05enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-05enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-09enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-09enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-10enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-10enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-11enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-11enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-12enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-12enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-17enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-17enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-19enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-19enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-20enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-20enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-22enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-22enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-23enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-23enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-24enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-24enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-25enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-25enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-26enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-26enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-27enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-27enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-30enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-30enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-31enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-31enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-02enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-02enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-06enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-06enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-14enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-14enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-19enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-19enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-22enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-22enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-27enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-27enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/request property's max was increased from1800.00to7200.00request-property-max-increased
- ○
- ▲
removed the enum value
2025-12-18of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2025-12-18of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2025-12-31of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2025-12-31of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-08of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-08of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-09of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-09of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-16of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-16of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-21of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-21of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-22of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-22of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-24of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-24of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-29of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-29of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-30of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-01-30of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-03of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-03of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-18of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-18of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-20of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-20of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-24of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-24of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-26of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-02-26of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-02of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-02of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-03of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-03of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-04of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-04of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-05of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-05of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-09of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-09of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-10of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-10of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-11of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-11of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-12of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-12of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-17of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-17of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-19of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-19of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-20of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-20of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-22of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-22of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-23of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-23of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-24of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-24of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-25of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-25of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-26of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-26of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-27of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-27of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-30of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-30of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-31of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-03-31of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-02of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-02of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-06of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-06of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-14of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-14of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-19of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-19of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-22of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-04-22of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ○
added the new optional request property
output_options/additional_outputsnew-optional-request-property
- ○
added the new
2026-05-11enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-11enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-13enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-05-13enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ▲
- ▲
removed the enum value
2026-05-11of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-11of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-13of the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-removed
- ▲
removed the enum value
2026-05-13of the request propertyversion/anyOf[subschema #1]/request-property-enum-value-removed
- ●
removed the request property
output_options/additional_outputsrequest-property-removed
- ○
added the new
2025-12-18enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2025-12-18enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2025-12-31enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2025-12-31enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-08enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-08enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-09enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-09enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-16enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-16enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-21enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-21enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-22enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-22enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-24enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-24enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-29enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-29enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-30enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-01-30enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-03enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-03enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-18enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-18enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-20enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-20enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-24enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-24enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-26enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-02-26enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-02enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-02enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-03enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-03enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-04enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-04enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-05enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-05enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-09enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-09enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-10enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-10enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-11enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-11enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-12enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-12enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-17enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-17enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-19enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-19enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-20enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-20enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-22enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-22enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-23enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-23enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-24enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-24enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-25enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-25enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-26enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-26enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-27enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-27enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-30enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-30enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-31enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-03-31enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-02enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-02enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-06enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-06enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-14enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-14enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-19enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-19enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-22enum value to the request propertyprocessing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
2026-04-22enum value to the request propertyversion/anyOf[subschema #1]/request-property-enum-value-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲