Ghost · Schema

TagInput

Input fields for creating or updating a tag.

PublishingNewslettersMembershipsSubscriptionCMSOpen-SourceContent

Properties

Name Type Description
name string Tag name, prefix with hash for internal tags
slug string Custom URL slug
description string Tag description
feature_image string Featured image URL
visibility string Visibility setting
meta_title string SEO meta title
meta_description string SEO meta description
accent_color string Accent color hex code
View JSON Schema on GitHub

JSON Schema

ghost-org-taginput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TagInput",
  "title": "TagInput",
  "type": "object",
  "description": "Input fields for creating or updating a tag.",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Tag name, prefix with hash for internal tags"
    },
    "slug": {
      "type": "string",
      "description": "Custom URL slug"
    },
    "description": {
      "type": "string",
      "description": "Tag description",
      "nullable": true
    },
    "feature_image": {
      "type": "string",
      "format": "uri",
      "description": "Featured image URL",
      "nullable": true
    },
    "visibility": {
      "type": "string",
      "description": "Visibility setting",
      "enum": [
        "public",
        "internal"
      ]
    },
    "meta_title": {
      "type": "string",
      "nullable": true,
      "description": "SEO meta title"
    },
    "meta_description": {
      "type": "string",
      "nullable": true,
      "description": "SEO meta description"
    },
    "accent_color": {
      "type": "string",
      "nullable": true,
      "description": "Accent color hex code",
      "pattern": "^#[0-9a-fA-F]{6}$"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ghost-org-taginput"
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 email required.

A second provider on the same verified email joins the account you already have.