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

Creating new Schema Tag

Creates new schema tag

POST /tags/schemas

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

Request Body

Name
Type
Description

*

String

Object that contains a valid schema.

content:
            application/json:
              schema:
                $ref: "#/components/schemas/Schema"

Last updated