D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

OperationDescriptor Data Type

Properties
name data type description
appliableToPhases array of string
id string
description string
parameters map of map of object

Example

{
  "appliableToPhases" : [ "...", "..." ],
  "id" : "...",
  "description" : "...",
  "parameters" : {
    "property1" : {
      "property1" : { },
      "property2" : { }
    },
    "property2" : {
      "property1" : { },
      "property2" : { }
    }
  }
}