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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Schema request model for internal schemas: /v1/schema

Response

Successful Response

Response model for internal schemas (/v1/schema)