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