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

Configuration Data Type

Properties
name data type description
warningMessages array of string
indexes array of map of object
context string
profile_id string
status Status
archives array of map of object
last_updated_time string
errorMessages array of string

Example

{
  "warningMessages" : [ "...", "..." ],
  "indexes" : [ {
    "property1" : { },
    "property2" : { }
  }, {
    "property1" : { },
    "property2" : { }
  } ],
  "context" : "...",
  "profile_id" : "...",
  "status" : "OK",
  "archives" : [ {
    "property1" : { },
    "property2" : { }
  }, {
    "property1" : { },
    "property2" : { }
  } ],
  "last_updated_time" : "...",
  "errorMessages" : [ "...", "..." ]
}