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

Example

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