Ghost · Schema

Author

An author represents a staff user who creates content in a Ghost publication.

PublishingNewslettersMembershipsSubscriptionCMSOpen-SourceContent

Properties

Name Type Description
id string Unique identifier for the author
name string Display name of the author
slug string URL-safe slug for the author
profile_image string Profile image URL
cover_image string Cover image URL for the author page
bio string Author biography
website string Author personal website URL
location string Author location
facebook string Facebook username
twitter string Twitter handle
meta_title string SEO meta title for the author page
meta_description string SEO meta description for the author page
url string Full URL of the author page
count object Count data, included when requested via include=count.posts
View JSON Schema on GitHub

JSON Schema

ghost-org-author-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Author",
  "title": "Author",
  "type": "object",
  "description": "An author represents a staff user who creates content in a Ghost publication.",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the author"
    },
    "name": {
      "type": "string",
      "description": "Display name of the author"
    },
    "slug": {
      "type": "string",
      "description": "URL-safe slug for the author"
    },
    "profile_image": {
      "type": "string",
      "format": "uri",
      "description": "Profile image URL",
      "nullable": true
    },
    "cover_image": {
      "type": "string",
      "format": "uri",
      "description": "Cover image URL for the author page",
      "nullable": true
    },
    "bio": {
      "type": "string",
      "description": "Author biography",
      "nullable": true
    },
    "website": {
      "type": "string",
      "format": "uri",
      "description": "Author personal website URL",
      "nullable": true
    },
    "location": {
      "type": "string",
      "description": "Author location",
      "nullable": true
    },
    "facebook": {
      "type": "string",
      "description": "Facebook username",
      "nullable": true
    },
    "twitter": {
      "type": "string",
      "description": "Twitter handle",
      "nullable": true
    },
    "meta_title": {
      "type": "string",
      "description": "SEO meta title for the author page",
      "nullable": true
    },
    "meta_description": {
      "type": "string",
      "description": "SEO meta description for the author page",
      "nullable": true
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Full URL of the author page"
    },
    "count": {
      "type": "object",
      "description": "Count data, included when requested via include=count.posts",
      "properties": {
        "posts": {
          "type": "integer",
          "description": "Number of posts by this author",
          "minimum": 0
        }
      }
    }
  }
}

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-author"
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.