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

Example

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