SchemaNest

Download OpenAPI specification:

API Definition for SchemaNest

List all available JSON schemas

Responses

Response samples

Content type
application/json
{
  • "versions": [
    ],
  • "description": "string"
}

Get versions of a json schema

path Parameters
identifier
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get latest version of a JSON schema

path Parameters
identifier
required
string

Responses

Response samples

Content type
application/json
{ }

Get latest version of a JSON schema for a channel

path Parameters
identifier
required
string
channel
required
string

Responses

Response samples

Content type
application/json
{ }

Get latest version of a JSON schema

path Parameters
identifier
required
string
version
required
string

Responses

Response samples

Content type
application/json
{ }

Create a new json schema for a version

Authorizations:
NoneNone
path Parameters
identifier
required
string
version
required
string
Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
{
  • "error": "string"
}

/api-spec.yml

Responses

Get the UI configuration

Responses

Response samples

Content type
application/json
{
  • "apiKeyAuthEnabled": true
}