Exports Schema Differentiation Results
Returns the result of comparing two schemas.
POST /analytics/compare/schemas/export
Returns the result of comparing two schemas. Only users with the Standard Registry role are allowed to make the request.
Query Parameters
Name
Type
Description
type*
String
File Type
Request Body
Name
Type
Description
schemaId1
String
Schema Identifier 1
schemaId2
String
Schema Identifier 2
idLvl
String
UUID comparison setting (0/1)
{
    content:
            application/json:
              schema:
                type: string
}{
    // Response
}{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}Last updated