Returning all Schema Tags

Returns all schema.

GET /tags/schemas

Returns all schema.

Query Parameters

headers:
            x-total-count:
              schema:
                type: integer
              description: Total items in the collection.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: "#/components/schemas/Schema"

Last updated