BigCommerce · Schema

Redirect_urls_Post

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
query_params array
View JSON Schema on GitHub

JSON Schema

bigcommerce-redirect-urls-post-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Redirect_urls_Post",
  "title": "Redirect_urls_Post",
  "type": "object",
  "properties": {
    "query_params": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      }
    }
  }
}