Microsoft Graph · Schema

operatingSystemSpecifications

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
operatingSystemPlatform string The platform of the operating system (for example, 'Windows').
operatingSystemVersion string The version string of the operating system.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphoperatingsystemspecifications-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.operatingSystemSpecifications",
  "title": "operatingSystemSpecifications",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "operatingSystemPlatform": {
      "type": "string",
      "description": "The platform of the operating system (for example, 'Windows')."
    },
    "operatingSystemVersion": {
      "type": "string",
      "description": "The version string of the operating system."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}