BigCommerce · Schema
productVideo_Base
The model for a POST to create a video on a product.
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| title | string | The title for the video. If left blank, this will be filled in according to data on a host site. |
| description | string | The description for the video. If left blank, this will be filled in according to data on a host site. |
| sort_order | integer | The order in which the video will be displayed on the product page. Higher integers give the video a lower priority. When updating, if the video is given a lower priority, all videos with a `sort_orde |
| type | string | The video type (a short name of a host site). |
| video_id | string | The ID of the video on a host site. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/productVideo_Base",
"title": "productVideo_Base",
"type": "object",
"description": "The model for a POST to create a video on a product.\n",
"x-internal": false,
"properties": {
"title": {
"type": "string",
"maxLength": 255,
"minLength": 0,
"description": "The title for the video. If left blank, this will be filled in according to data on a host site.\n",
"example": "Writing Great Documentation"
},
"description": {
"type": "string",
"description": "The description for the video. If left blank, this will be filled in according to data on a host site.\n",
"example": "A video about documenation"
},
"sort_order": {
"type": "integer",
"maximum": 2147483647,
"minimum": -2147483648,
"description": "The order in which the video will be displayed on the product page. Higher integers give the video a lower priority. When updating, if the video is given a lower priority, all videos with a `sort_order` the same as or greater than the video\u02bcs new `sort_order` value will have their `sort_order`s reordered.\n",
"example": 1
},
"type": {
"type": "string",
"description": "The video type (a short name of a host site).\n",
"enum": [
"youtube"
]
},
"video_id": {
"type": "string",
"description": "The ID of the video on a host site.",
"example": "z3fRu9pkuXE"
}
}
}
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-productvideo-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.