Optimizely · Schema
ContentInput
Input for creating or fully updating a content item
A/B TestingContent ManagementCustomer DataE-CommerceExperimentationFeature FlagsMarketing
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name of the content item |
| contentType | array | Content type hierarchy |
| parentLink | object | Reference to the parent content item |
| language | object | Language information |
| status | string | Content status |
| startPublish | string | Scheduled publish start time |
| properties | object | Dynamic content properties specific to the content type |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ContentInput",
"title": "ContentInput",
"type": "object",
"description": "Input for creating or fully updating a content item",
"required": [
"name",
"contentType",
"parentLink"
],
"properties": {
"name": {
"type": "string",
"description": "Display name of the content item"
},
"contentType": {
"type": "array",
"description": "Content type hierarchy",
"items": {
"type": "string"
}
},
"parentLink": {
"type": "object",
"description": "Reference to the parent content item",
"properties": {
"id": {
"type": "integer",
"description": "Parent content ID"
}
}
},
"language": {
"type": "object",
"description": "Language information",
"properties": {
"name": {
"type": "string",
"description": "Language code"
}
}
},
"status": {
"type": "string",
"description": "Content status",
"enum": [
"CheckedOut",
"CheckedIn",
"Published"
]
},
"startPublish": {
"type": "string",
"format": "date-time",
"description": "Scheduled publish start time"
},
"properties": {
"type": "object",
"description": "Dynamic content properties specific to the content type",
"additionalProperties": true
}
}
}
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/optimizely-contentinput"
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.