{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GroupResource", "type": "object", "properties": { "schemas": { "type": "array" }, "id": { "type": "string" }, "externalId": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" }, "members": { "type": "array" }, "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" } } }