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