removedInput schema / properties / region
Removed value: -{
- "description": "Pricing region: us-east, us-west, europe, asia-pacific. Default: us-east",
- "enum": [
- "us-east",
- "us-west",
- "europe",
- "asia-pacific"
- ],
- "type": "string"
-}
removedOutput schema / properties / provenance
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "catalogTotal": {
- "type": "number"
- },
- "catalogueIsSubset": {
- "type": "boolean"
- },
- "dataAsOf": {
- "type": "string"
- },
- "fallbackReason": {
- "type": "string"
- },
- "label": {
- "type": "string"
- },
- "notice": {
- "type": "string"
- },
- "priceTypes": {
- "additionalProperties": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "region": {
- "type": "string"
- },
- "servedFromCacheAgeMs": {
- "type": "number"
- },
- "source": {
- "type": "string"
- },
- "sourceRegions": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "sources": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "staticPriceColumns": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "tier": {
- "type": "number"
- },
- "unappliedFilters": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "unavailablePriceColumns": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "upstreamErrors": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "upstreamSchemaVersion": {
- "type": "string"
- },
- "upstreamTimestamp": {
- "type": "string"
- }
- },
- "required": [
- "tier",
- "source",
- "label",
- "region",
- "staticPriceColumns",
- "unavailablePriceColumns"
- ],
- "type": "object"
-}