POST
/
v1
/
schemas
/
validate

Authorizations

Authorization
string
headerrequired

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

Query Parameters

schema
string
required

Should be a valid JSON or YAML format

format
enum<string>
default: json

Format of the schema

Available options:
json,
yaml

Body

The body is of type object.