---
title: "Get a JSON schema"
method: GET
path: "/schemas/{path}"
tags: ["Reference"]
---

# Get a JSON schema

`GET /schemas/{path}`

Returns the JSON Schema for a GOBL type. Use the `bundle` query parameter to get a self-contained schema with all dependencies inlined.

## Path parameters

- `path` string, required

## Query parameters

- `bundle` boolean

## Response `200`

JSON Schema document

- unknown

## Other responses

- `404` — Error response

---

[API](https://skmtc.dev/gobl/apis/gobl-api.md) · [All operations](https://skmtc.dev/gobl/apis/gobl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gobl/gobl-api/revisions/66ef451fe34b/schema)
