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