D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Lock Data Type

Properties
name data type description
_operation string
_info AccountingInfo
_id string

Example

{
  "_operation" : "...",
  "_info" : {
    "_user" : {
      "roles" : [ "...", "..." ],
      "_username" : "..."
    },
    "_instant" : "...",
    "_context" : {
      "_name" : "...",
      "_id" : "..."
    }
  },
  "_id" : "..."
}