Microsoft Power Apps · JSON Structure

Microsoft Power Apps Dataverse Web Contact Collection Structure

Type: object Properties: 4
Business ApplicationsCloudEnterpriseLow-CodeMicrosoftNo-CodePower PlatformSaaS

ContactCollection is a JSON Structure definition published by Microsoft Power Apps, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@odata.context @odata.count @odata.nextLink value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactCollection",
  "type": "object",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.count": {
      "type": "integer"
    },
    "@odata.nextLink": {
      "type": "string"
    },
    "value": {
      "type": "array"
    }
  }
}