List schemas.

Details

List schemas.

The structures of JSON schemas themselves are highly variable, and aside from a requirement to include the standard JSON Schema address, they can contain any valid JSON required.

Parameters

None

Responses

200

{
    "items": [
        {
            "name": "SCHEMA-NAME"
        }
    ]
}

400

  • No Query String Allowed: The standard error structure defines this error as invalid parameters, with additional parameters in the query string. In this context, it means that no query string is allowed at all when calling this endpoint.

Examples

HTTP

GET https://ioe.droplit.io/api/schemas HTTP/1.1

Droplit Console

droplit schema list

Droplit SDK

droplit.schemas.list();
Language
Authorization
Header
Click Try It! to start a request and see the response here!