AppInfo

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
id string
name string
publisher string
version string
state string
lastOperationId string
lastUpdateAttemptResult string
View JSON Schema on GitHub

JSON Schema

admin-center-app-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AppInfo",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "publisher": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "lastOperationId": {
      "type": "string"
    },
    "lastUpdateAttemptResult": {
      "type": "string"
    }
  }
}