Skip to main content
POST
/
utils
/
schema
/
compareSchema
Compare two schemas
curl --request POST \
  --url https://api.basic.tech/utils/schema/compareSchema \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "schema": {}
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
schema
object
required

Response

200

Default Response