Properties
| Name | Type | Description |
|---|---|---|
| wrap_content | boolean | |
| border_styles | object | |
| close_button | object | |
| margin | object | |
| padding | object | |
| minimum_height | integer | |
| width | string | Version width enumeration. |
| custom_width | integer | |
| background_image | object | |
| background_color | string | |
| input_styles | object | |
| drop_shadow | object | |
| overlay_color | string | |
| rich_text_styles | object | |
| mobile_overlay | object | |
| banner_styles | object | |
| custom_css | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VersionStyles",
"title": "VersionStyles",
"type": "object",
"properties": {
"wrap_content": {
"type": "boolean",
"default": false,
"enum": [
false
]
},
"border_styles": {
"$ref": "#/components/schemas/BorderStyle",
"nullable": true
},
"close_button": {
"$ref": "#/components/schemas/CloseButtonStyle"
},
"margin": {
"$ref": "#/components/schemas/Margin"
},
"padding": {
"$ref": "#/components/schemas/Padding"
},
"minimum_height": {
"type": "integer",
"example": 250,
"default": 250
},
"width": {
"description": "Version width enumeration.",
"type": "string",
"example": "medium",
"default": "medium",
"enum": [
"custom",
"large",
"medium",
"small"
]
},
"custom_width": {
"type": "integer",
"nullable": true
},
"background_image": {
"$ref": "#/components/schemas/BackgroundImage",
"nullable": true
},
"background_color": {
"type": "string",
"example": "#FFFFFF",
"default": "#FFFFFF",
"nullable": true
},
"input_styles": {
"$ref": "#/components/schemas/InputStyles"
},
"drop_shadow": {
"$ref": "#/components/schemas/DropShadow"
},
"overlay_color": {
"type": "string",
"example": "rgba(20,20,20,0.6)",
"default": "rgba(20,20,20,0.6)"
},
"rich_text_styles": {
"$ref": "#/components/schemas/RichTextStyles"
},
"mobile_overlay": {
"$ref": "#/components/schemas/MobileOverlay",
"nullable": true
},
"banner_styles": {
"$ref": "#/components/schemas/BannerStyles",
"nullable": true
},
"custom_css": {
"$ref": "#/components/schemas/CustomCss"
}
}
}
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-versionstyles"
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.