Schema Preview from Zip

PREVIEWING SCHEMA FROM ZIP FILE

Schema preview from a zip file

POST /schemas/import/file/preview

Previews the schema from a zip file. Only users with the Standard Registry role are allowed to make the request.

Request Body

NameTypeDescription

*

A zip file containing the schema to be viewed

{
    content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Schema'
}

Last updated