Microsoft Power Apps · JSON Structure

Microsoft Power Apps Dataverse Web Entity Structure

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

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

Properties

entityid name logicalname logicalcollectionname collectionname entitysetname physicalname basetablename externalname externalcollectionname addresstablename extensiontablename reportviewname parentcontrollingattributename originallocalizedname originallocalizedcollectionname isactivity objecttypecode componentstate solutionid overwritetime versionnumber

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Entity",
  "type": "object",
  "properties": {
    "entityid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "logicalname": {
      "type": "string"
    },
    "logicalcollectionname": {
      "type": "string"
    },
    "collectionname": {
      "type": "string"
    },
    "entitysetname": {
      "type": "string"
    },
    "physicalname": {
      "type": "string"
    },
    "basetablename": {
      "type": "string"
    },
    "externalname": {
      "type": "string"
    },
    "externalcollectionname": {
      "type": "string"
    },
    "addresstablename": {
      "type": "string"
    },
    "extensiontablename": {
      "type": "string"
    },
    "reportviewname": {
      "type": "string"
    },
    "parentcontrollingattributename": {
      "type": "string"
    },
    "originallocalizedname": {
      "type": "string"
    },
    "originallocalizedcollectionname": {
      "type": "string"
    },
    "isactivity": {
      "type": "boolean"
    },
    "objecttypecode": {
      "type": "integer"
    },
    "componentstate": {
      "type": "integer"
    },
    "solutionid": {
      "type": "string"
    },
    "overwritetime": {
      "type": "string"
    },
    "versionnumber": {
      "type": "integer"
    }
  }
}