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