{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScimGroup", "type": "object", "properties": { "schemas": { "type": "array" }, "id": { "type": "string" }, "displayName": { "type": "string" }, "members": { "type": "array" }, "tenant": { "type": "string" }, "domainCode": { "type": "string" } } }