Microsoft Graph · Schema

singlePropertySchema

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
name string The name of the property.
type string The type of the property.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritysinglepropertyschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.singlePropertySchema",
  "title": "singlePropertySchema",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the property.",
      "nullable": true
    },
    "type": {
      "type": "string",
      "description": "The type of the property.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}