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