Returns Result of Schema comparison
Returns the result of comparing two schemas.
Request Body
Name
Type
Description
{
content:
application/json:
schema:
type: object
properties:
left:
type: object
right:
type: object
fields:
$ref: '#/components/schemas/Table'
total:
type: number
}{
// Response
}Last updated