POST
/
v1
/
hub
/
schema
{
  "domain": "<string>",
  "description": "<string>",
  "schema_version": "<string>",
  "schema_hash": "<string>",
  "gql_stmt": "<string>",
  "json_schema": {},
  "json_sample": {}
}

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

Response

200
application/json

Successful Response

Response model for the hub schema: /v1/hub/schema