schemas
Post organisations schemas components
Create a batch of schema components.
POST
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
components
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredid
string
requiredBody
application/json
replaceExisting
boolean
components
object[]
requiredcomponents.schemaId
string
The ID of the schema this object belongs to.
components.ref
string
requiredThe ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.
components.definition
object
requiredThe definition of the schema object following OpenAPI specification.
Response
200 - application/json
components
object[]
requiredcomponents.schemaId
string
The ID of the schema this object belongs to.
components.ref
string
requiredThe ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.
components.definition
object
requiredThe definition of the schema object following OpenAPI specification.