Microsoft Dynamics NAV · JSON Structure

Automation Extension Deployment Status Structure

Type: object Properties: 7
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id name publisher operationType status appVersion startedOn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExtensionDeploymentStatus",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "publisher": {
      "type": "string"
    },
    "operationType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "appVersion": {
      "type": "string"
    },
    "startedOn": {
      "type": "string"
    }
  }
}