Properties
| Name | Type | Description |
|---|---|---|
| tags | array | |
| id | string | |
| updated_at | string | |
| messages | array | |
| name | string | |
| created_at | string | |
| channels | array | |
| first_sent_at | string | |
| last_sent_at | string | |
| archived | boolean | |
| description | string | |
| draft | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Campaign",
"title": "Campaign",
"type": "object",
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"messages": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Message"
},
"example": [
{
"id": "message-id-1",
"message_content": {
"body": "This is an example SMS body.",
"from": "1-555-123-4567"
},
"message_type": {
"sourceValue": "sms-message",
"value": "sms"
},
"name": "SMS Message"
},
{
"id": "message-id-2",
"message_content": {
"body": "<h1>This is an example</h1>\n <p>email body</p>",
"from": "Jane Smith",
"preheader": "This is the preheader of the email.",
"reply-to": "reply@example.com",
"subject": "Example Email Subject"
},
"message_type": {
"sourceValue": "email-message",
"value": "email"
},
"name": "Email Message"
},
{
"id": "message-id-3",
"message_content": {
"body": "This is an example push notification body."
},
"message_type": {
"sourceValue": "ios-push",
"value": "ios_push"
},
"name": "iOS Push Message"
}
]
},
"name": {
"type": "string"
},
"created_at": {
"type": "string"
},
"channels": {
"type": "array",
"items": {
"type": "string",
"enum": [
"email",
"sms",
"web_push",
"ios_push",
"android_push",
"unknown",
"unmapped_value"
]
},
"example": [
"email",
"sms",
"ios_push",
"android_push"
]
},
"first_sent_at": {
"type": "string"
},
"last_sent_at": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"description": {
"type": "string"
},
"draft": {
"type": "boolean"
}
},
"required": [
"name"
]
}
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/stackone-campaign"
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.