Microsoft Dynamics NAV · JSON Structure

Automation Extension Structure

Type: object Properties: 10
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Extension is a JSON Structure definition published by Microsoft Dynamics NAV, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id packageId displayName publisher versionMajor versionMinor versionBuild versionRevision isInstalled publishedAs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Extension",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "packageId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "publisher": {
      "type": "string"
    },
    "versionMajor": {
      "type": "integer"
    },
    "versionMinor": {
      "type": "integer"
    },
    "versionBuild": {
      "type": "integer"
    },
    "versionRevision": {
      "type": "integer"
    },
    "isInstalled": {
      "type": "boolean"
    },
    "publishedAs": {
      "type": "string"
    }
  }
}