From 117c3de7c559eef2898b49139e9c5e10bea5104c Mon Sep 17 00:00:00 2001 From: Simon L Date: Sun, 25 Dec 2022 02:45:32 +0100 Subject: [PATCH] add items type for secrets Signed-off-by: Simon L --- php/containers-schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php/containers-schema.json b/php/containers-schema.json index 1fceab26..b13da609 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -48,7 +48,10 @@ "type": "string" }, "secrets": { - "type": "array" + "type": "array", + "items": { + "type": "string" + } }, "volumes": { "type": "array",