Creation of Schema

Create new schema.

POST /schemas/push/{topicId}

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

Path Parameters

NameTypeDescription

topicId*

String

Topic ID

Request Body

NameTypeDescription

*

String

Object that contains a valid schema.

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Task'
}

Last updated