Hub
Get schema for domain
Get the JSON schema for a given domain (document.invoice, document.receipt, etc).
POST
Description
This endpoint returns the JSON schema for a given domain, as defined in the VLM Run Hub.
Body
application/json
Request model for the hub schema: /v1/hub/schema
The domain to get the schema for (e.g. document.invoice).
The GraphQL statement to use for the application.
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.