Beta
Configurations
Configurations

List Configurations

List product configurations for the current project.

get/api/v1/beta/configurations

Query parameters

product_typestring[] nullable

Filter by one or more product types. Repeat the parameter for multiple values.

Filter by one or more product types. Repeat the parameter for multiple values.

namestring nullable

Filter by configuration name.

Filter by configuration name.

page_sizeinteger nullable

Number of items per page.

Number of items per page.

page_tokenstring nullable

Pagination token.

Pagination token.

latest_onlyboolean

Return only the latest version per configuration name.

Return only the latest version per configuration name.

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

next_page_tokenstring nullable

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

total_sizeinteger nullable

The total number of items available. This is only populated when specifically requested. The value may be an estimate and can be used for display purposes only.

Example response

{
  "items": [
    {
      "parameters": {
        "target_pages": "1,3,5-7",
        "max_pages": 10,
        "tier": "cost_effective",
        "version": "latest",
        "extraction_target": "per_doc",
        "system_prompt": "Extract all monetary values in USD. If a currency is not specified, assume USD.",
        "parse_tier": "fast",
        "parse_config_id": "cfg-11111111-2222-3333-4444-555555555555"
      }
    }
  ]
}

Changes

Changed in 19 of the 33 revisions of this API.3209274

    • added the new 2026-06-04 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-04 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-05 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-05 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    • added the optional property items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/granular_bboxes to the response with the 200 status

      response-optional-property-added

    • removed the 2026-05-28 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-28 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-06-01 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-06-01 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property items/items/parameters/oneOf[subschema #2: ExtractV2Parameters]/extract_version from the response with the 200 status

      response-optional-property-removed

    • added the new 2026-06-01 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-01 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property items/items/parameters/oneOf[subschema #2: ExtractV2Parameters]/version to the response with the 200 status

      response-optional-property-added

    • removed the 2026-05-21 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-21 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • added the optional property items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/webhook_configurations/items/webhook_output_format to the response with the 200 status

      response-optional-property-added

    • added the new 2026-05-28 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-28 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • removed the 2026-04-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

  • 1c29e1491a3824See the full diff
    • added the new 2026-05-21 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-21 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • removed the 2026-05-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 34da5826db1c1481See the full diff
    • the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/ response property's max was increased from 1800.00 to 7200.00 for the response status 200

      response-property-max-increased

    • added the new 2026-05-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs to the response with the 200 status

      response-optional-property-added

    • removed the 2025-12-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-27 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-27 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

  • fb63fb8d662c814See the full diff
    • removed the optional property items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs from the response with the 200 status

      response-optional-property-removed

    • added the new 2025-12-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-27 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-27 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • removed the 2026-05-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/ response property's max was increased from 1800.00 to 7200.00 for the response status 200

      response-property-max-increased

  • c317ed7c691a479See the full diff
    • added the new 2026-05-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs to the response with the 200 status

      response-optional-property-added

    • removed the 2025-12-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

  • 1bbc901f8c0d794See the full diff
    • removed the optional property items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs from the response with the 200 status

      response-optional-property-removed

    • added the new 2025-12-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • removed the 2026-05-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-11 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the items/items/parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog