Creation of Schema related to the topic

POST /schemas/{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

*

Object

Object that contains a valid schema

{
    // Response
}

Last updated