Microsoft Office 365 · JSON Structure

Microsoft Graph Physical Address Structure

Type: object Properties: 5
CloudCollaborationEnterpriseMicrosoftProductivity

PhysicalAddress is a JSON Structure definition published by Microsoft Office 365, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

street city state countryOrRegion postalCode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PhysicalAddress",
  "type": "object",
  "properties": {
    "street": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "countryOrRegion": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    }
  }
}