Microsoft Graph · Schema
payloadCoachmark
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| coachmarkLocation | object | The coachmark location. |
| description | string | The description about the coachmark. |
| indicator | string | The coachmark indicator. |
| isValid | boolean | Indicates whether the coachmark is valid or not. |
| language | string | The coachmark language. |
| order | string | The coachmark order. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.payloadCoachmark",
"title": "payloadCoachmark",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"coachmarkLocation": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.coachmarkLocation"
},
{
"type": "object",
"nullable": true
}
],
"description": "The coachmark location."
},
"description": {
"type": "string",
"description": "The description about the coachmark.",
"nullable": true
},
"indicator": {
"type": "string",
"description": "The coachmark indicator.",
"nullable": true
},
"isValid": {
"type": "boolean",
"description": "Indicates whether the coachmark is valid or not.",
"nullable": true
},
"language": {
"type": "string",
"description": "The coachmark language.",
"nullable": true
},
"order": {
"type": "string",
"description": "The coachmark order.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}