Retrieve the set of all schema components available for the Schema specified by id.
curl --request GET \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components \ --header 'Authorization: <api-key>'
{ "totalCount": 123, "next": "<string>", "prev": "<string>", "items": [ { "schemaId": "<string>", "ref": "<string>", "definition": {} } ] }
Show child attributes
The ref of the schema object, for OpenAPI this will be how operations ref to this object with the ref field.
The definition of the schema object following OpenAPI specification.
The ID of the schema this object belongs to.