From 20c3fbc1543e71984faa312fb194f515d0523160 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 1 Mar 2024 18:31:49 +0100 Subject: [PATCH] add it to jscon schema Signed-off-by: Simon L --- php/containers-schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/php/containers-schema.json b/php/containers-schema.json index 0f99c1a9..db63fddf 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -31,6 +31,13 @@ "pattern": "^[A-Z_]+$" } }, + "cap_drop": { + "type": "array", + "items": { + "type": "string", + "pattern": "^[A-Z_]+$" + } + }, "depends_on": { "type": "array", "items": {