From fab392ab310acb50e03ab33e307d3eafc429cbe4 Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Fri, 29 Nov 2024 11:44:16 +0000 Subject: [PATCH] chore: document Signed-off-by: Ben Meier --- score-v1b1.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/score-v1b1.json b/score-v1b1.json index 3bdc6c3..3ede833 100644 --- a/score-v1b1.json +++ b/score-v1b1.json @@ -338,10 +338,7 @@ }, "containerProbe": { "type": "object", - "oneOf": [ - {"required": ["httpGet"]}, - {"required": ["exec"]} - ], + "description": "The probe may be defined as either http, command execution, or both when the deployment runtime supports one and not the other.", "additionalProperties": false, "properties": { "httpGet": {