Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Not allowed on create. |
| steps | array | |
| triggers | array | |
| teasers | array | |
| dynamic_button | object | |
| name | string | |
| styles | object | |
| properties | object | |
| type | string | Form type enumeration. |
| location | string | Display location enumeration. |
| status | string | Form status enumeration. |
| ab_test | boolean | |
| specialties | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Version",
"title": "Version",
"type": "object",
"properties": {
"id": {
"description": "Not allowed on create.",
"type": "integer",
"nullable": true
},
"steps": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Step"
}
},
"triggers": {
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/components/schemas/AfterCloseTimeout"
},
{
"$ref": "#/components/schemas/CartItemCount"
},
{
"$ref": "#/components/schemas/CartProduct"
},
{
"$ref": "#/components/schemas/CartValue"
},
{
"$ref": "#/components/schemas/Channel"
},
{
"$ref": "#/components/schemas/CustomJavascript"
},
{
"$ref": "#/components/schemas/Delay"
},
{
"$ref": "#/components/schemas/Device"
},
{
"$ref": "#/components/schemas/ExitIntent"
},
{
"$ref": "#/components/schemas/IdentifiedProfiles"
},
{
"$ref": "#/components/schemas/ListsAndSegments"
},
{
"$ref": "#/components/schemas/Location"
},
{
"$ref": "#/components/schemas/PageVisits"
},
{
"$ref": "#/components/schemas/PreviouslySubmitted"
},
{
"$ref": "#/components/schemas/ProfileEventTracked"
},
{
"$ref": "#/components/schemas/Scroll"
},
{
"$ref": "#/components/schemas/UnidentifiedProfiles"
},
{
"$ref": "#/components/schemas/URLPatterns"
},
{
"$ref": "#/components/schemas/BackInStock"
}
]
}
},
"teasers": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Teaser"
}
},
"dynamic_button": {
"$ref": "#/components/schemas/DynamicButton",
"nullable": true
},
"name": {
"type": "string",
"nullable": true
},
"styles": {
"$ref": "#/components/schemas/VersionStyles"
},
"properties": {
"$ref": "#/components/schemas/VersionProperties"
},
"type": {
"description": "Form type enumeration.",
"type": "string",
"example": "popup",
"default": "popup",
"enum": [
"banner",
"embed",
"flyout",
"full_screen",
"popup"
]
},
"location": {
"description": "Display location enumeration.",
"type": "string",
"enum": [
"bottom_center",
"bottom_left",
"bottom_right",
"center_left",
"center_right",
"top_center",
"top_left",
"top_right"
],
"nullable": true
},
"status": {
"description": "Form status enumeration.",
"type": "string",
"example": "draft",
"default": "draft",
"enum": [
"draft",
"live"
]
},
"ab_test": {
"type": "boolean",
"default": false
},
"specialties": {
"type": "array",
"items": {
"type": "string",
"enum": [
"BACK_IN_STOCK"
],
"description": "Form specialty enumeration."
}
}
},
"required": [
"steps"
]
}
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/klaviyo-version"
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.