Schema Preview from Zip
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
Name
Type
Description
*
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'
}Last updated