{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScimManager", "title": "ScimManager", "description": "\"id\" attribute of another User.", "properties": { "$ref": { "type": "string" }, "displayName": { "type": "string" }, "managerId": { "type": "string" }, "type": { "enum": [ "direct", "indirect" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "value": { "type": "string" } }, "type": "object" }