{ "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "drop": { "description": "Removed capabilities", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/capabilities/v1" }