Factset · Schema
GroupResource
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| schemas | array | |
| id | string | |
| externalId | string | |
| displayName | string | A human-readable name for the Group. |
| description | string | A description for the Group. |
| members | array | A list of members of the Group. |
| urn:scim:schemas:extension:FactSet:EnterpriseHosting:1.0:Group | object | |
| urn:scim:schemas:extension:FactSet:VRS:1.0:Group | object | |
| meta | object |
JSON Schema
{
"$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"
}
}
}