BigCommerce · Schema

currency_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-currency-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/currency_Full",
  "title": "currency_Full",
  "allOf": [
    {
      "$ref": "#/components/schemas/currency_Base"
    },
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "description": "ID of the currency. Read only.",
          "readOnly": true,
          "example": 2
        },
        "last_updated": {
          "type": "string",
          "description": "Date the currency was last updated, created or modified.",
          "format": "date-time"
        }
      }
    }
  ],
  "x-internal": false
}