data

schema-display

A structured HTTP endpoint viewer — method, path, collapsible Parameters / Request Body / Response sections whose object properties recurse to arbitrary depth.

POST/users/{userId}/posts/{postId}

Create or replace a post authored by a user.

userIdstringpathrequired

The author's id.

postIdstringpathrequired

Stable slug for the post.

draftbooleanquery

Save without publishing.

titlestringrequired

Plain-text headline.

bodystringrequired

Markdown body.

Optional metadata.

tagsstring[]

Free-form tags.

summarystring

Used in listings; falls back to the lede.

idstringrequired

Server-assigned id.

hrefstringrequired

Canonical URL.

publishedAtstring

ISO 8601, null while draft.

Expand Request Body — frontmatter's properties recurse. Required fields mark destructive; path params read primary.

Installation

Usage

Use when

  • Tool or API documentation inside an agent surface — path params paint with text-primary; required is a destructive marker

Not for

  • Free-form JSON inspection — that's json-value or CodeBlock