PREVIEWING SCHEMA FROM ZIP FILE
Schema preview from a zip file
Previews the schema from a zip file. Only users with the Standard Registry role are allowed to make the request.
{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Schema'
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}