Microsoft Planner · Schema

IdentitySet

A set of identities associated with various events for a resource

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

Properties

Name Type Description
application object
device object
user object
View JSON Schema on GitHub

JSON Schema

microsoft-planner-identityset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentitySet",
  "title": "IdentitySet",
  "type": "object",
  "description": "A set of identities associated with various events for a resource",
  "properties": {
    "application": {
      "$ref": "#/components/schemas/Identity"
    },
    "device": {
      "$ref": "#/components/schemas/Identity"
    },
    "user": {
      "$ref": "#/components/schemas/Identity"
    }
  }
}