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

NameTypeDescription

type*

String

File Type

Request Body

NameTypeDescription

schemaId1

String

Schema Identifier 1

schemaId2

String

Schema Identifier 2

idLvl

String

UUID comparison setting (0/1)

{
    content:
            application/json:
              schema:
                type: string
}

Last updated