POST /schemas/import/file/preview
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.
*
A zip file containing the schema to be viewed
{ content: application/json: schema: type: array items: $ref: '#/components/schemas/Schema' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }