Unified.to · Schema

property_CommerceItemvariant_prices

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-commerceitemvariant-prices-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CommerceItemvariant_prices",
  "title": "property_CommerceItemvariant_prices",
  "items": {
    "$ref": "#/components/schemas/CommerceItemPrice"
  },
  "type": "array"
}