schemas
Get organisations schemas components
Retrieve the set of all schema components available for the Schema specified by id.
GET
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
components
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredid
string
requiredResponse
200 - application/json
totalCount
integer
requirednext
string
prev
string
items
object[]
items.schemaId
string
The ID of the schema this object belongs to.
items.ref
string
requiredThe ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.
items.definition
object
requiredThe definition of the schema object following OpenAPI specification.