Beta
Configurations
Configurations

Create Configuration

Upsert a product configuration; updates if one with the same name + product type + project exists, otherwise creates.

post/api/v1/beta/configurations

Query parameters

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Request body

namestring required

Human-readable name for this configuration.

Example request

{
  "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"
  }
}

Response

Successful Response

idstring required

Unique configuration ID.

created_atstring date-time nullable

Creation timestamp.

updated_atstring date-time nullable

Last update timestamp.

namestring required

Configuration name.

product_type'split_v1' | 'extract_v2' | 'classify_v2' | 'parse_v2' | 'spreadsheet_v1' | 'unknown' required

Product type.

versionstring required

Version identifier (datetime string).

Example response

{
  "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.268213487

  • b17341164de94412See the full diff
    • removed the enum value 2026-05-28 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-28 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-06-01 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-06-01 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • added the new 2026-06-04 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-06-05 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new optional request property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/granular_bboxes

      new-optional-request-property

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-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 parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/granular_bboxes to the response with the 201 status

      response-optional-property-added

    • removed the 2026-05-28 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-06-01 enum value from the 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 201

      response-property-enum-value-removed

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

      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

  • d40e17e17bd1246See the full diff
    • removed the enum value 2026-05-21 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-21 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the request property parameters/oneOf[subschema #2: ExtractV2Parameters]/extract_version

      request-property-removed

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

      response-optional-property-removed

    • added the new 2026-06-01 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new optional request property parameters/oneOf[subschema #2: ExtractV2Parameters]/version

      new-optional-request-property

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      response-optional-property-added

    • removed the 2026-05-21 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • added the new optional request property parameters/oneOf[subschema #4: ParseV2Parameters]/webhook_configurations/items/webhook_output_format

      new-optional-request-property

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

      response-optional-property-added

  • b4e63c161254224See the full diff
    • removed the enum value 2026-04-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • added the new 2026-05-28 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

    • removed the 2026-04-09 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

  • 1c29e1491a38426See the full diff
    • removed the enum value 2026-05-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-13 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-13 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • added the new 2026-05-21 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

    • removed the 2026-05-11 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the 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 201

      response-property-enum-value-removed

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

      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

  • 34da5826db1c81487See the full diff
    • removed the enum value 2025-12-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2025-12-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2025-12-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2025-12-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-08 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-08 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-16 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-16 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-21 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-21 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-29 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-29 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-04 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-04 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-05 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-05 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-10 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-10 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-12 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-12 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-17 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-17 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-23 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-23 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-25 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-25 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-27 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-27 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-06 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-06 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-14 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-14 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-27 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-27 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • the 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 201

      response-property-max-increased

    • added the new 2026-05-11 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new optional request property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs

      new-optional-request-property

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-max-increased

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

      response-optional-property-added

    • removed the 2025-12-18 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-27 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

  • fb63fb8d662c58284See the full diff
    • removed the enum value 2026-05-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-13 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-13 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/ request property's max was decreased to 1800.00

      request-property-max-decreased

    • removed the request property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs

      request-property-removed

    • removed the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs from the response with the 201 status

      response-optional-property-removed

    • added the new 2025-12-18 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-27 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

    • removed the 2026-05-11 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the 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 201

      response-property-enum-value-removed

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

      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

  • 8a74d0d978e611See the full diff
    • the 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 201

      response-property-max-increased

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

      request-property-max-increased

  • c317ed7c691a78484See the full diff
    • removed the enum value 2025-12-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2025-12-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2025-12-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2025-12-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-08 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-08 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-16 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-16 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-21 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-21 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-29 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-29 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-01-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-18 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-02-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-03 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-04 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-04 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-05 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-05 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-09 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-10 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-10 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-12 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-12 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-17 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-17 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-20 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-23 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-23 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-24 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-25 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-25 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-26 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-27 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-27 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-30 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-03-31 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-02 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-06 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-06 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-14 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-14 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-19 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-04-22 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • added the new 2026-05-11 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new optional request property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs

      new-optional-request-property

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      response-optional-property-added

    • removed the 2025-12-18 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

  • 1bbc901f8c0d48082See the full diff
    • removed the enum value 2026-05-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-11 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-13 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the enum value 2026-05-13 of the request property parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/

      request-property-enum-value-removed

    • removed the request property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs

      request-property-removed

    • removed the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs from the response with the 201 status

      response-optional-property-removed

    • added the new 2025-12-18 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the 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 201

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

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

      request-property-enum-value-added

    • removed the 2026-05-11 enum value from the 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 201

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the 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 201

      response-property-enum-value-removed

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

      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