Listing of Schema
SCHEMA LISTING
Returns all schemas
Query Parameters
Name
Type
Description
{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}{
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