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

HandlerDeclaration Data Type

Properties
name data type description
_id string
_type string
_configuration map of object

Example

{
  "_id" : "...",
  "_type" : "...",
  "_configuration" : {
    "property1" : { },
    "property2" : { }
  }
}