Microsoft Graph · Schema

expressionInputObject

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
definition object Definition of the test object.
properties array Property values of the test object.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexpressioninputobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.expressionInputObject",
  "title": "expressionInputObject",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "definition": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.objectDefinition"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Definition of the test object."
    },
    "properties": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.stringKeyObjectValuePair"
      },
      "description": "Property values of the test object."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}