ExtensionUploadCreate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
schedule string
schemaSyncMode string
View JSON Schema on GitHub

JSON Schema

automation-extension-upload-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExtensionUploadCreate",
  "type": "object",
  "properties": {
    "schedule": {
      "type": "string"
    },
    "schemaSyncMode": {
      "type": "string"
    }
  }
}