BigCommerce · Schema

script_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-script-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/script_Full",
  "title": "script_Full",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The user-friendly name.",
          "minLength": 1,
          "maxLength": 255
        },
        "uuid": {
          "type": "string",
          "format": "uuid",
          "description": "The primary identifier."
        },
        "date_created": {
          "type": "string",
          "format": "date-time",
          "description": "The date on which this object was initially created."
        },
        "date_modified": {
          "type": "string",
          "format": "date-time",
          "description": "The date on which this object was last updated."
        }
      }
    },
    {
      "$ref": "#/components/schemas/script_Base"
    }
  ],
  "x-internal": false
}