Creates New System Schema

CREATES NEW SYSTEM SCHEMA

Creates new System Schema

POST /schemas/system/{username}

Creates new system schema. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

username*

String

Username

Request Body

NameTypeDescription

*

String

Object that contains valid Schema

{
    // Response
}

Last updated