$json-schema

Aidbox does validation using JSON-schema, which is generated automatically from Entity & Attribute meta-resources. Operation $json-schema provides access to this JSON-schema to debug and inspect:

/$json-schema

GET

Path Parameters

NameTypeDescription

path

string

Dot separated specific path in json schema (because it's huge)

Last updated