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