Amazon · JSON Structure

Pay Price Structure

Price schema from Amazon Pay API

Type: object Properties: 2 Required: 2
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Price is a JSON Structure definition published by Amazon, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount currencyCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "amount",
    "currencyCode"
  ],
  "properties": {
    "amount": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Price",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-price-structure.json",
  "description": "Price schema from Amazon Pay API"
}