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

Project Data Type

Properties
name data type description
_info PublicationInfo
_identificationReferences array of map of object
_relationships array of Relationship
_lifecycleInformation LifecycleInformation
_version Semver
_lock Lock
_profileID string
_theDocument map of object
_id string
_profileVersion Semver

Example

{
  "_info" : {
    "_lastEditInfo" : {
      "_context" : { },
      "_instant" : "...",
      "_user" : { }
    },
    "_access" : {
      "_license" : "...",
      "_policy" : "EMBARGOED"
    },
    "_creationInfo" : {
      "_context" : { },
      "_instant" : "...",
      "_user" : { }
    }
  },
  "_identificationReferences" : [ {
    "property1" : { },
    "property2" : { }
  }, {
    "property1" : { },
    "property2" : { }
  } ],
  "_relationships" : [ {
    "_targetID" : "...",
    "_relationshipName" : "...",
    "_targetUCD" : "..."
  }, {
    "_targetID" : "...",
    "_relationshipName" : "...",
    "_targetUCD" : "..."
  } ],
  "_lifecycleInformation" : {
    "_warningMessages" : [ "...", "..." ],
    "_triggeredEvents" : [ {
      "event" : "...",
      "errorMessages" : [ "...", "..." ],
      "warningMessages" : [ "...", "..." ],
      "lastOperationStatus" : "WARNING"
    }, {
      "event" : "...",
      "errorMessages" : [ "...", "..." ],
      "warningMessages" : [ "...", "..." ],
      "lastOperationStatus" : "OK"
    } ],
    "_errorMessages" : [ "...", "..." ],
    "_notes" : "...",
    "_lastInvokedStep" : "...",
    "_phase" : "...",
    "_lastOperationStatus" : "ERROR"
  },
  "_version" : {
    "minor" : 12345,
    "build" : "...",
    "originalValue" : "...",
    "type" : "STRICT",
    "suffixTokens" : [ "...", "..." ],
    "patch" : 12345,
    "stable" : true,
    "major" : 12345,
    "value" : "..."
  },
  "_lock" : {
    "_info" : {
      "_context" : { },
      "_instant" : "...",
      "_user" : { }
    },
    "_operation" : "...",
    "_id" : "..."
  },
  "_profileID" : "...",
  "_theDocument" : {
    "property1" : { },
    "property2" : { }
  },
  "_id" : "...",
  "_profileVersion" : {
    "minor" : 12345,
    "build" : "...",
    "originalValue" : "...",
    "type" : "IVY",
    "suffixTokens" : [ "...", "..." ],
    "patch" : 12345,
    "stable" : true,
    "major" : 12345,
    "value" : "..."
  }
}