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