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
status Status
errorMessages array of string
context string
profile_id string
last_updated_time string
warningMessages array of string
archives array of map of object
indexes array of map of object

Example

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