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