{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GroupResource", "type": "object", "properties": { "schemas": { "type": "array" }, "id": { "type": "string" }, "externalId": { "type": "string" }, "displayName": { "type": "string", "description": "A human-readable name for the Group." }, "description": { "type": "string", "description": "A description for the Group." }, "members": { "type": "array", "description": "A list of members of the Group." }, "urn:scim:schemas:extension:FactSet:EnterpriseHosting:1.0:Group": { "type": "object" }, "urn:scim:schemas:extension:FactSet:VRS:1.0:Group": { "type": "object" }, "meta": { "type": "object" } } }