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": {} } ] }
GetSchemaComponentsResponse is the response definition containing the schema types for a given App.
Show child attributes