Microsoft Power Platform APIs · JSON Structure

Power Platform Application Package Structure

Type: object Properties: 8
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

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

Properties

id uniqueName version localizedDescription localizedName applicationVisibility state lastError

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApplicationPackage",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "uniqueName": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "localizedDescription": {
      "type": "['string', 'null']"
    },
    "localizedName": {
      "type": "['string', 'null']"
    },
    "applicationVisibility": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "lastError": {
      "type": "['object', 'null']"
    }
  }
}