hub
Get Domain Schema
Get the JSON schema for a given domain (document.invoice, document.receipt, etc).
POST
Body
application/json
Request model for the hub schema: /v1/hub/schema
The domain to get the schema for (e.g. document.invoice).
The VLM generation config to be used for /<dtype>/generate.
Response
200
application/json
Successful Response
Response model for the hub schema: /v1/hub/schema
The domain to get the schema for.
The description of the domain.
The specific version of the schema.
The sha256 hash of the schema.
The GraphQL statement for the domain.
The JSON schema for the domain.