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