Ghost · Schema

NewsletterInput

Input fields for creating or updating a newsletter.

PublishingNewslettersMembershipsSubscriptionCMSOpen-SourceContent

Properties

Name Type Description
name string Newsletter name
description string Newsletter description
sender_name string Display name of the sender
sender_email string Sender email address
sender_reply_to string Reply-to setting
status string Newsletter status
subscribe_on_signup boolean Auto-subscribe new members
sort_order integer Display order
header_image string Header image URL
show_header_icon boolean Show publication icon
show_header_title boolean Show publication title
show_header_name boolean Show newsletter name
title_font_category string Title font category
body_font_category string Body font category
show_feature_image boolean Show featured images
show_badge boolean Show Ghost badge
background_color string Background color
border_color string Border color
title_color string Title color
View JSON Schema on GitHub

JSON Schema

ghost-org-newsletterinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NewsletterInput",
  "title": "NewsletterInput",
  "type": "object",
  "description": "Input fields for creating or updating a newsletter.",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Newsletter name"
    },
    "description": {
      "type": "string",
      "description": "Newsletter description",
      "nullable": true
    },
    "sender_name": {
      "type": "string",
      "description": "Display name of the sender",
      "nullable": true
    },
    "sender_email": {
      "type": "string",
      "format": "email",
      "description": "Sender email address",
      "nullable": true
    },
    "sender_reply_to": {
      "type": "string",
      "description": "Reply-to setting",
      "enum": [
        "newsletter",
        "support"
      ]
    },
    "status": {
      "type": "string",
      "description": "Newsletter status",
      "enum": [
        "active",
        "archived"
      ]
    },
    "subscribe_on_signup": {
      "type": "boolean",
      "description": "Auto-subscribe new members"
    },
    "sort_order": {
      "type": "integer",
      "description": "Display order",
      "minimum": 0
    },
    "header_image": {
      "type": "string",
      "format": "uri",
      "nullable": true,
      "description": "Header image URL"
    },
    "show_header_icon": {
      "type": "boolean",
      "description": "Show publication icon"
    },
    "show_header_title": {
      "type": "boolean",
      "description": "Show publication title"
    },
    "show_header_name": {
      "type": "boolean",
      "description": "Show newsletter name"
    },
    "title_font_category": {
      "type": "string",
      "enum": [
        "serif",
        "sans_serif"
      ],
      "description": "Title font category"
    },
    "body_font_category": {
      "type": "string",
      "enum": [
        "serif",
        "sans_serif"
      ],
      "description": "Body font category"
    },
    "show_feature_image": {
      "type": "boolean",
      "description": "Show featured images"
    },
    "show_badge": {
      "type": "boolean",
      "description": "Show Ghost badge"
    },
    "background_color": {
      "type": "string",
      "description": "Background color"
    },
    "border_color": {
      "type": "string",
      "nullable": true,
      "description": "Border color"
    },
    "title_color": {
      "type": "string",
      "nullable": true,
      "description": "Title color"
    }
  }
}

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