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