{ "description": "Sysctl defines a kernel parameter to be set", "properties": { "name": { "description": "Name of a property to set", "type": [ "string", "null" ] }, "value": { "description": "Value of a property to set", "type": [ "string", "null" ] } }, "required": [ "name", "value" ], "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/sysctl/v1" }