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

Example

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