ExtensionUpload

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
systemId string
schedule string When to schedule the installation
schemaSyncMode string Schema synchronization mode
status string
View JSON Schema on GitHub

JSON Schema

automation-extension-upload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExtensionUpload",
  "type": "object",
  "properties": {
    "systemId": {
      "type": "string"
    },
    "schedule": {
      "type": "string",
      "description": "When to schedule the installation"
    },
    "schemaSyncMode": {
      "type": "string",
      "description": "Schema synchronization mode"
    },
    "status": {
      "type": "string"
    }
  }
}