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