{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScimIms", "title": "ScimIms", "properties": { "display": { "type": "string" }, "primary": { "type": "boolean" }, "type": { "enum": [ "aim", "qtalk", "icq", "xmpp", "msn", "skype", "qq", "yahoo" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "value": { "type": "string" } }, "type": "object" }