Printago API
GET /v1/hints/schema/types/{typeName}

Get type schema

Get JSON schema for a data type Returns the full JSON schema for the specified data type, useful for LLM introspection. Resolves $refs for readability.

Path Parameters

typeName required
string

Response Schema

object

Example Response

200 OK — application/json
{}