BigCommerce · Schema

publishedDate

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

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

JSON Schema

bigcommerce-publisheddate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/publishedDate",
  "title": "publishedDate",
  "type": "object",
  "x-internal": false,
  "properties": {
    "timezone_type": {
      "type": "integer",
      "example": 1
    },
    "date": {
      "type": "string",
      "format": "date-time",
      "example": "2022-08-10 14:39:15.000000"
    },
    "timezone": {
      "type": "string",
      "example": "+00:00"
    }
  }
}