BigCommerce · Schema

Contact Entity

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
name string
email string
View JSON Schema on GitHub

JSON Schema

bigcommerce-contactentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContactEntity",
  "title": "Contact Entity",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  },
  "x-internal": false
}