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