{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupMeta", "title": "GroupMeta", "type": "object", "description": "Meta data information of group.", "required": [ "location", "organizationID" ], "properties": { "created": { "type": "string", "format": "date-time", "description": "The create time of group entry. ISO-8601 format.", "example": "2025-06-20T19:53:51.207Z" }, "lastModified": { "type": "string", "format": "date-time", "description": "The last modify time of group entry. ISO-8601 format.", "example": "2025-06-20T19:53:51.207Z" }, "version": { "type": "string", "description": "The version information of group entry.", "example": "W/\"99393996252\"" }, "location": { "type": "string", "format": "uri", "description": "The request URI.", "example": "https://webexapis.com/identity/scim/09ebb769-3098-4446-9093-4b39b296602b/v1/CustomerGroups/230898d8-f528-432f-93db-d138fa7fb20c" }, "organizationID": { "type": "string", "description": "Org ID.", "example": "09ebb769-3098-4446-9093-4b39b296602b" } } }