Sources
Validate Source Schema
Validate source schema.
POST
/
v1
/
schemas
/
validate
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
schema
string
requiredShould be a valid JSON or YAML format
format
enum<string>
default: jsonFormat of the schema
Available options:
json
, yaml
Body
The body is of type object
.