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

TemplateDescriptor Data Type

Properties
name data type description
templateID string
name string
description string
sourceURL string
parameters array of ParameterType

Example

{
  "templateID" : "...",
  "name" : "...",
  "description" : "...",
  "sourceURL" : "...",
  "parameters" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ]
}