Ghost · Schema
TierInput
Input fields for creating or updating a tier.
PublishingNewslettersMembershipsSubscriptionCMSOpen-SourceContent
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Tier name |
| description | string | Tier description |
| active | boolean | Whether the tier is active |
| visibility | string | Public visibility |
| welcome_page_url | string | Welcome page URL |
| monthly_price | integer | Monthly price in smallest currency unit |
| yearly_price | integer | Yearly price in smallest currency unit |
| currency | string | ISO 4217 currency code |
| trial_days | integer | Number of free trial days |
| benefits | array | Tier benefits |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TierInput",
"title": "TierInput",
"type": "object",
"description": "Input fields for creating or updating a tier.",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Tier name"
},
"description": {
"type": "string",
"description": "Tier description",
"nullable": true
},
"active": {
"type": "boolean",
"description": "Whether the tier is active"
},
"visibility": {
"type": "string",
"description": "Public visibility",
"enum": [
"public",
"none"
]
},
"welcome_page_url": {
"type": "string",
"format": "uri",
"description": "Welcome page URL",
"nullable": true
},
"monthly_price": {
"type": "integer",
"description": "Monthly price in smallest currency unit",
"minimum": 0
},
"yearly_price": {
"type": "integer",
"description": "Yearly price in smallest currency unit",
"minimum": 0
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code",
"pattern": "^[A-Z]{3}$"
},
"trial_days": {
"type": "integer",
"description": "Number of free trial days",
"minimum": 0
},
"benefits": {
"type": "array",
"description": "Tier benefits",
"items": {
"type": "string"
}
}
}
}
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/ghost-org-tierinput"
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.