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