| name | data type | description |
|---|---|---|
| _theDocument | map of object | |
| _info | PublicationInfo | |
| _profileID | string | |
| _profileVersion | Semver | |
| _identificationReferences | array of map of object | |
| _lifecycleInformation | LifecycleInformation | |
| _relationships | array of Relationship | |
| _version | Semver | |
| _lock | Lock | |
| _id | string |
Example
{
"_theDocument" : {
"property1" : { },
"property2" : { }
},
"_info" : {
"_creationInfo" : {
"_context" : { },
"_user" : { },
"_instant" : "..."
},
"_lastEditInfo" : {
"_context" : { },
"_user" : { },
"_instant" : "..."
},
"_access" : {
"_license" : "...",
"_policy" : "OPEN"
}
},
"_profileID" : "...",
"_profileVersion" : {
"build" : "...",
"major" : 12345,
"suffixTokens" : [ "...", "..." ],
"patch" : 12345,
"minor" : 12345,
"type" : "NPM",
"originalValue" : "...",
"value" : "...",
"stable" : true
},
"_identificationReferences" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"_lifecycleInformation" : {
"_lastOperationStatus" : "WARNING",
"_lastInvokedStep" : "...",
"_errorMessages" : [ "...", "..." ],
"_warningMessages" : [ "...", "..." ],
"_notes" : "...",
"_triggeredEvents" : [ {
"lastOperationStatus" : "ERROR",
"errorMessages" : [ "...", "..." ],
"event" : "...",
"warningMessages" : [ "...", "..." ]
}, {
"lastOperationStatus" : "ERROR",
"errorMessages" : [ "...", "..." ],
"event" : "...",
"warningMessages" : [ "...", "..." ]
} ],
"_phase" : "..."
},
"_relationships" : [ {
"_targetUCD" : "...",
"_targetID" : "...",
"_relationshipName" : "..."
}, {
"_targetUCD" : "...",
"_targetID" : "...",
"_relationshipName" : "..."
} ],
"_version" : {
"build" : "...",
"major" : 12345,
"suffixTokens" : [ "...", "..." ],
"patch" : 12345,
"minor" : 12345,
"type" : "NPM",
"originalValue" : "...",
"value" : "...",
"stable" : true
},
"_lock" : {
"_operation" : "...",
"_info" : {
"_context" : { },
"_user" : { },
"_instant" : "..."
},
"_id" : "..."
},
"_id" : "..."
}