Skip to main content
GET
/
schemas
/
{path}
Get a JSON schema
curl --request GET \
  --url https://gobl.dev/v0/schemas/{path}
{
  "code": 422,
  "key": "<string>",
  "message": "<string>",
  "faults": [
    {
      "properties": [
        "<string>"
      ],
      "description": "<string>"
    }
  ]
}

Path Parameters

path
string
required

Query Parameters

bundle
boolean

When present, returns a self-contained schema with all transitive $ref dependencies resolved into $defs.

Response

JSON Schema document