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
parameters map of map of object
appliableToPhases array of string
id string
description string

Example

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