BigCommerce · Schema

Gift Wrapping

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
name string
message string
amount number
View JSON Schema on GitHub

JSON Schema

bigcommerce-giftwrapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GiftWrapping",
  "title": "Gift Wrapping",
  "properties": {
    "name": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "amount": {
      "type": "number",
      "format": "float"
    }
  },
  "x-internal": false
}