Creation of Schema
Was this helpful?
POST /schemas/push/{topicId}
Creates new schema. Only users with the Standard Registry role are allowed to make the request.
topicId*
String
Topic ID
*
String
Object that contains a valid schema.
{
content:
application/json:
schema:
$ref: '#/components/schemas/Task'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Was this helpful?
Was this helpful?