{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.termStore.group", "title": "microsoft.graph.termStore.group", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "group", "required": [ "@odata.type" ], "type": "object", "properties": { "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "Date and time of the group creation. Read-only.", "format": "date-time", "nullable": true }, "description": { "type": "string", "description": "Description that gives details on the term usage.", "nullable": true }, "displayName": { "type": "string", "description": "Name of the group.", "nullable": true }, "parentSiteId": { "type": "string", "description": "ID of the parent site of this group.", "nullable": true }, "scope": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.termStore.termGroupScope" }, { "type": "object", "nullable": true } ], "description": "Returns the type of the group. The possible values are: global, system, and siteCollection." }, "sets": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.termStore.set" }, "description": "All sets under the group in a term [store].", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.termStore.group" }