AllocationAction (type)

{
  "additionalProperties": false, 
  "id": "AllocationAction", 
  "module_id": "Ipam", 
  "properties": {
    "action": {
      "enum": [
        "ALLOCATE", 
        "RELEASE"
      ], 
      "readonly": false, 
      "required": true, 
      "title": "Specifies allocate or release action", 
      "type": "string"
    }
  }, 
  "type": "object"
}