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

Returning list of published schemas

Return a list of all published schemas.

GET /tags/schemas/published

Return a list of all published schemas.

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

Last updated