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