utilities
Compare two schemas
projects
project API keys
utilities
Compare two schemas
Compare two schemas and return the differences
POST
/
utils
/
schema
/
compareSchema
curl --request POST \
--url https://api.basic.tech/utils/schema/compareSchema \
--header 'Content-Type: application/json' \
--data '{
"schema": {}
}'
Body
application/json
Response
200
Default Response
curl --request POST \
--url https://api.basic.tech/utils/schema/compareSchema \
--header 'Content-Type: application/json' \
--data '{
"schema": {}
}'