All Downloads are FREE. Search and download functionalities are using the official Maven repository.

migrations.migration2.json Maven / Gradle / Ivy

// Part of DMX 5.0-beta-4
// Runs ALWAYS

// Enabled Sharing Modes
{
  "topic_types": [
    {
      "value":       "Private",
      "uri":         "dmx.workspaces.private.enabled",
      "dataTypeUri": "dmx.core.boolean"
    },
    {
      "value":       "Confidential",
      "uri":         "dmx.workspaces.confidential.enabled",
      "dataTypeUri": "dmx.core.boolean"
    },
    {
      "value":       "Collaborative",
      "uri":         "dmx.workspaces.collaborative.enabled",
      "dataTypeUri": "dmx.core.boolean"
    },
    {
      "value":       "Public",
      "uri":         "dmx.workspaces.public.enabled",
      "dataTypeUri": "dmx.core.boolean"
    },
    {
      "value":       "Common",
      "uri":         "dmx.workspaces.common.enabled",
      "dataTypeUri": "dmx.core.boolean"
    },
    {
      "value":       "Enabled Sharing Modes",
      "uri":         "dmx.workspaces.enabled_sharing_modes",
      "dataTypeUri": "dmx.core.value",
      "compDefs": [
        {
          "childTypeUri":        "dmx.workspaces.private.enabled",
          "childCardinalityUri": "dmx.core.one",
          "includeInLabel":      true
        },
        {
          "childTypeUri":        "dmx.workspaces.confidential.enabled",
          "childCardinalityUri": "dmx.core.one",
          "includeInLabel":      true
        },
        {
          "childTypeUri":        "dmx.workspaces.collaborative.enabled",
          "childCardinalityUri": "dmx.core.one",
          "includeInLabel":      true
        },
        {
          "childTypeUri":        "dmx.workspaces.public.enabled",
          "childCardinalityUri": "dmx.core.one",
          "includeInLabel":      true
        },
        {
          "childTypeUri":        "dmx.workspaces.common.enabled",
          "childCardinalityUri": "dmx.core.one",
          "includeInLabel":      true
        }
      ]
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy