cURL
curl --request GET \ --url https://gobl.dev/v0/schemas/{path}
{ "code": 422, "key": "<string>", "message": "<string>", "faults": [ { "properties": [ "<string>" ], "description": "<string>" } ] }
Returns the JSON Schema for a GOBL type. Use the bundle query parameter to get a self-contained schema with all dependencies inlined.
bundle
When present, returns a self-contained schema with all transitive $ref dependencies resolved into $defs.
$ref
$defs
JSON Schema document