{
  "description": "Adds and removes POSIX capabilities from running containers.",
  "properties": {
    "add": {
      "description": "Added capabilities",
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": [
          "string",
          "null"
        ]
      }
    },
    "drop": {
      "description": "Removed capabilities",
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": [
          "string",
          "null"
        ]
      }
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}