For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

topicId*

String

Topic ID

Request Body

Name
Type
Description

*

Object

Object that contains a valid schema

{
    // Response
}

Was this helpful?