{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScimUserGroups", "title": "ScimUserGroups", "properties": { "$ref": { "type": "string" }, "display": { "type": "string" }, "type": { "enum": [ "direct", "indirect" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "value": { "type": "string" } }, "required": [ "value" ], "type": "object" }