Skip to main content
GET
Get schema

Authorizations

Authorization
string
header
required

HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).

Path Parameters

name
string
required

Schema name

Response

Schema

built_in
boolean

True for schemas that ship with Specter (transaction). Built-ins are read-only — they cannot be published to or deprecated — and change only additively through Specter releases. Their documents are readable through the version endpoints.

created_at
string<date-time> | null

Null for built-in schemas, which ship with the platform rather than being registered.

latest_version
integer
Example:

3

name
string
Example:

"customer-registration"