BigCommerce · Schema

Date Value

Value Object representing a Date.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
date string
timezone string
View JSON Schema on GitHub

JSON Schema

bigcommerce-datevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DateValue",
  "title": "Date Value",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "format": "date"
    },
    "timezone": {
      "type": "string"
    }
  },
  "description": "Value Object representing a Date.",
  "x-internal": false
}