Microsoft Dynamics NAV · JSON Structure

Automation Feature Structure

Type: object Properties: 5
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id displayName description enabled learnMoreUrl

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Feature",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "learnMoreUrl": {
      "type": "string"
    }
  }
}