Single organization
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrganizationResponse", "required": [ "managerOrganizationRole", "organizationId", "organizationName" ], "type": "object", "properties": { "organizationId": { "type": "integer", "format": "int64" }, "organizationName": { "type": "string" }, "managerOrganizationRole": { "type": "string", "deprecated": true } }, "description": "Single organization" }