BigCommerce · Schema

FormFields

List of form fields for the group

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-formfields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFields",
  "title": "FormFields",
  "type": "array",
  "description": "List of form fields for the group",
  "items": {
    "$ref": "#/components/schemas/FormField"
  },
  "x-internal": false
}