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
_profileID string
_theDocument map of object
_version Semver
_relationships array of Relationship
_lock Lock
_lifecycleInformation LifecycleInformation
_profileVersion Semver
_id string
_identificationReferences array of map of object

Example

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