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