Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the banner. |
| content | string | Contains the banner content. Returned as a string and includes HTML formatting. |
| page | string | Page the Banner is located on. |
| location | string | Location on the page. |
| date_type | string | This specifies whether the banner should be visible during a specific date range. |
| date_from | string | If the datetype is set as 'custom’, this field specifies the date when the banner should become visible on the storefront. |
| date_to | string | If the datetype is set as 'custom’, this field specifies the date when the banner should stop being visible on the storefront. |
| visible | string | Integer value denoting whether or not the banner is visible on the storefront: 1 = visible; 0 = not visible |
| item_id | string | If the banner is on a specific category or brand page, then the item_id will correspond the category or brand ID. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/banner_Base",
"title": "banner_Base",
"required": [
"content",
"date_type",
"location",
"name",
"page"
],
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the banner.",
"example": "Sale Banner"
},
"content": {
"type": "string",
"description": "Contains the banner content. Returned as a string and includes HTML formatting.",
"example": "<p> Sale! Tuesday at 9am! </p>"
},
"page": {
"type": "string",
"description": "Page the Banner is located on.",
"enum": [
"home_page",
"category_page",
"brand_page",
"search_page"
]
},
"location": {
"type": "string",
"description": "Location on the page.",
"example": "top",
"enum": [
"top",
"bottom"
]
},
"date_type": {
"type": "string",
"description": "This specifies whether the banner should be visible during a specific date range.",
"enum": [
"always",
"custom"
]
},
"date_from": {
"type": "string",
"description": "If the datetype is set as 'custom\u2019, this field specifies the date when the banner should become visible on the storefront.",
"example": "0"
},
"date_to": {
"type": "string",
"description": "If the datetype is set as 'custom\u2019, this field specifies the date when the banner should stop being visible on the storefront.",
"example": "0"
},
"visible": {
"type": "string",
"description": "Integer value denoting whether or not the banner is visible on the storefront: 1 = visible; 0 = not visible",
"example": "1"
},
"item_id": {
"type": "string",
"description": "If the banner is on a specific category or brand page, then the item_id will correspond the category or brand ID.",
"example": "35"
}
},
"x-internal": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-banner-base"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.