Inbox

List Received Documents

Retrieve a paginated list of received documents with filtering options including state, type, sender, date range, and text search.

get/api/inbox/

Query parameters

pageinteger

Page number

Page number

page_sizeinteger

Number of items per page

Number of items per page

state'DRAFT' | 'TRANSIT' | 'FAILED' | 'SENT' | 'RECEIVED'

Filter by document state

type'INVOICE' | 'CREDIT_NOTE' | 'DEBIT_NOTE'

Filter by document type

senderstring nullable

Filter by sender ID

Filter by sender ID

date_fromstring date-time nullable

Filter by issue date (from)

Filter by issue date (from)

date_tostring date-time nullable

Filter by issue date (to)

Filter by issue date (to)

searchstring nullable

Search in invoice number, seller/buyer names

Search in invoice number, seller/buyer names

Response

Successful Response

totalinteger required
pageinteger required
page_sizeinteger required
pagesinteger required

Example response

{
  "items": [
    {
      "vendor_tax_id": "BE1018265814",
      "vendor_company_id": "1018265814",
      "customer_tax_id": "BE1018265814",
      "customer_company_id": "1018265814",
      "items": [
        {
          "tax_rate": "21.00",
          "charges": [
            {
              "tax_rate": "21.00"
            }
          ]
        }
      ],
      "charges": [
        {
          "tax_rate": "21.00"
        }
      ]
    }
  ]
}

Changes

Changed in 11 of the 24 revisions of this API.1098682

    • removed the PCE enum value from the items/items/items/anyOf[subschema #1]/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-removed

  • 02fc6edfd7a122215See the full diff
    • the items/items/allowances/anyOf[subschema #1]/items/tax_code response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • removed the optional property items/items/previous_unpaid_balance from the response with the 200 status

      response-optional-property-removed

    • added the new AE enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new AE enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new B enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new B enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new E enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new E enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new G enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new G enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new H87 enum value to the items/items/items/anyOf[subschema #1]/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new K enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new K enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new L enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new L enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new M enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new M enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new O enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new O enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new S enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new S enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new Z enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new Z enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added AllowanceReasonCode to the items/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added AllowanceReasonCode to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added ChargeReasonCode to the items/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added ChargeReasonCode to the items/items/items/anyOf[subschema #1]/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • removed TaxCategoryCode subschema #2 from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed TaxCategoryCode subschema #2 from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/items/anyOf[subschema #1]/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

  • 009e20418b5b2135See the full diff
    • the items/items/allowances/anyOf[subschema #1]/items/tax_code response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • removed the optional property items/items/items/anyOf[subschema #1]/items/price_base_quantity from the response with the 200 status

      response-optional-property-removed

    • added TaxCategoryCode subschema #2 to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added TaxCategoryCode subschema #2 to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 to the items/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 to the items/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 to the items/items/items/anyOf[subschema #1]/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • removed AllowanceReasonCode from the items/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed AllowanceReasonCode from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed ChargeReasonCode from the items/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed ChargeReasonCode from the items/items/items/anyOf[subschema #1]/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • the tax_rate response's property default value 21 was removed for the status 200

      response-property-default-value-removed

    • the tax_rate response's property default value 21 was removed for the status 200

      response-property-default-value-removed

    • the tax_rate response's property default value 21 was removed for the status 200

      response-property-default-value-removed

    • the tax_rate response's property default value 21 was removed for the status 200

      response-property-default-value-removed

    • the tax_rate response's property default value 21 was removed for the status 200

      response-property-default-value-removed

    • removed the AE enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AE enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the B enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the B enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the E enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the E enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the G enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the G enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the K enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the K enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the L enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the L enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the M enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the M enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the O enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the O enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the S enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the S enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the Z enum value from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

    • removed the Z enum value from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-removed

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

  • 59acba77a8b022016See the full diff
    • the items/items/allowances/anyOf[subschema #1]/items/tax_code response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • added the new AE enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new AE enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new B enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new B enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new E enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new E enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new G enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new G enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new K enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new K enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new L enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new L enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new M enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new M enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new O enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new O enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new S enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new S enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new Z enum value to the items/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the new Z enum value to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property for the response status 200

      response-property-enum-value-added

    • added the optional property items/items/items/anyOf[subschema #1]/items/price_base_quantity to the response with the 200 status

      response-optional-property-added

    • added AllowanceReasonCode to the items/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added AllowanceReasonCode to the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added ChargeReasonCode to the items/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added ChargeReasonCode to the items/items/items/anyOf[subschema #1]/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-added

    • removed TaxCategoryCode subschema #2 from the items/items/allowances/anyOf[subschema #1]/items/tax_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed TaxCategoryCode subschema #2 from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/tax_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/items/anyOf[subschema #1]/items/allowances/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 from the items/items/items/anyOf[subschema #1]/items/charges/anyOf[subschema #1]/items/reason_code response property anyOf list for the response status 200

      response-property-any-of-removed

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • the tax_rate response's property default value 21 was added for the status 200

      response-property-default-value-added

    • added the optional property items/items/customer_company_id to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/vendor_company_id to the response with the 200 status

      response-optional-property-added

    • the tax_code response's property default value changed from E to S for the status 200

      response-property-default-value-changed

    • the tax_code response's property default value changed from E to S for the status 200

      response-property-default-value-changed

    • response property items/items/attachments list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/items list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/payment_details list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/tax_details list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • added the optional property items/items/allowances to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/charges to the response with the 200 status

      response-optional-property-added

    • the attachments response's property default value was removed for the status 200

      response-property-default-value-removed

    • the items response's property default value was removed for the status 200

      response-property-default-value-removed

    • the payment_details response's property default value was removed for the status 200

      response-property-default-value-removed

    • the tax_details response's property default value was removed for the status 200

      response-property-default-value-removed

    • api operation id get_inbox_api_inbox__get removed and replaced with get_inbox

      api-operation-id-removed

    • added the optional property items/items/tax_code to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/vatex to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/vatex_note to the response with the 200 status

      response-optional-property-added

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

    • added the new 2G enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2H enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2I enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2J enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2K enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2L enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2M enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2N enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2P enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2Q enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2R enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2U enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2X enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2Y enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2Z enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 3B enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 3C enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4C enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4G enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4H enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4K enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4L enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4M enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4N enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4O enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4P enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4Q enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4R enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4T enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4U enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4W enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 4X enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 5A enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 5B enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 5E enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 5J enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A10 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A11 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A12 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A13 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A14 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A15 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A16 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A17 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A18 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A19 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A2 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A20 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A21 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A22 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A23 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A24 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A26 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A27 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A28 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A29 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A3 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A30 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A31 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A32 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A33 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A34 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A35 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A36 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A37 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A38 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A39 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A4 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A40 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A41 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A42 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A43 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A44 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A45 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A46 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A47 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A48 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A49 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A5 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A50 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A51 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A52 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A53 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A54 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A55 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A56 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A57 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A58 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A59 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A6 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A60 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A61 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A62 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A63 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A64 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A65 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A66 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A67 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A68 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A69 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A7 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A70 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A71 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A72 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A73 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A74 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A75 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A76 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A77 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A78 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A79 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A8 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A80 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A81 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A82 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A83 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A84 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A85 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A86 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A87 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A88 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A89 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A9 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A90 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A91 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A92 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A93 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A94 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A95 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A96 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A97 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A98 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new A99 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new ACR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new AH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new AI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new AK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new AMH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new AMT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new ANN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B1 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B11 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B12 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B13 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B14 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B15 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B16 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B17 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B18 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B19 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B20 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B21 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B22 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B23 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B24 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B25 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B26 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B27 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B28 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B29 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B3 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B30 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B31 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B32 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B33 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B34 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B35 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B36 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B37 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B38 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B39 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B4 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B40 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B41 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B42 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B43 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B44 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B45 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B46 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B47 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B48 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B49 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B5 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B50 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B52 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B53 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B54 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B55 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B56 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B57 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B58 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B59 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B6 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B60 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B61 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B62 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B63 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B64 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B65 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B66 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B67 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B68 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B69 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B7 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B70 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B71 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B72 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B73 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B74 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B75 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B76 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B77 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B78 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B79 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B8 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B80 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B81 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B82 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B83 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B84 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B85 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B86 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B87 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B88 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B89 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B9 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B90 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B91 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B92 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B93 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B94 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B95 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B96 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B97 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B98 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new B99 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BAR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BFT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BHP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BIL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BLD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BLL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BUA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new BUI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C0 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C10 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C11 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C12 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C13 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C14 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C15 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C16 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C17 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C18 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C19 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C20 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C21 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C22 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C23 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C24 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C25 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C26 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C27 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C28 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C29 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C30 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C31 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C32 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C33 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C34 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C35 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C36 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C37 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C38 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C39 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C40 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C41 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C42 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C43 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C44 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C45 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C46 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C47 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C48 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C49 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C50 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C51 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C52 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C53 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C54 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C55 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C56 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C57 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C58 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C59 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C60 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C61 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C63 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C64 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C65 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C66 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C67 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C68 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C69 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C70 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C71 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C72 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C73 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C74 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C75 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C76 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C77 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C78 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C79 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C80 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C81 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C82 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C83 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C84 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C85 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C86 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C87 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C88 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C89 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C90 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C91 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C92 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C93 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C94 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C95 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C96 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C97 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C98 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new C99 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CDL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CEL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CEL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CHU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CIU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CLT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CMK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CMQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CMT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CNP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CNT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new COU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CTG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CTN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CUR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CWA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new CWI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DAN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DAY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DLT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DMK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DMQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DMT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DPC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DPT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DRA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DZN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new DZP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new FOT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new FTK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new FTQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new GLI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new GLL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new GRM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new GRO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new HAR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new HTZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new HUR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new INH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new INK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new INQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new KGM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new KLT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new KMK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new KMT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new LBR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MIN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MLT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MMK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MMT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MON enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MTK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MTQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new MTR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new ONZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new PCE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new QT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new SEC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new SMI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new TNE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new VLT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new WTT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XAV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XB4 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XBZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XCZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XDZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XED enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XER enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XES enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XET enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XEY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XFZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XGZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XHZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XID enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XII enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XIO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XJZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XLZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XME enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XML enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XMZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XND enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XNM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XON enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XOZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XP1 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XP2 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XP3 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XP4 enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XPZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XQS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XRZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XST enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XSZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTE enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XTZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XUC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XUN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVI enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVO enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XVY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XWZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XXK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XYZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZA enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZB enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZC enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZF enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZG enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZH enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZJ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZL enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZM enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZN enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZP enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZS enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZT enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZU enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZV enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZW enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZX enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZY enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new XZZ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new YDK enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new YDQ enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new YRD enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added

    • added the new LTR enum value to the items/items/items/items/unit/anyOf[subschema #1: UnitOfMeasureCode]/ response property for the response status 200

      response-property-enum-value-added