{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScimRole", "title": "ScimRole", "properties": { "display": { "type": "string" }, "primary": { "type": "boolean" }, "type": { "type": "string" }, "value": { "type": "string" } }, "required": [ "value" ], "type": "object" }