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