Skip to main content
GET
/
schemas
List available JSON schemas
curl --request GET \
  --url https://gobl.dev/v0/schemas
{
  "schemas": [
    "https://gobl.org/draft-0/bill/invoice",
    "https://gobl.org/draft-0/org/party"
  ]
}

Response

200 - application/json

List of schema IDs

schemas
string[]
Example:
[
"https://gobl.org/draft-0/bill/invoice",
"https://gobl.org/draft-0/org/party"
]