From 1af658b8bba5a16e6e806f4ffea9115613ec950b Mon Sep 17 00:00:00 2001 From: Nithish Karthik <75248557+humblenginr@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:58:59 +0530 Subject: [PATCH 1/2] Update model.json Signed-off-by: Nithish Karthik <75248557+humblenginr@users.noreply.github.com> --- schemas/constructs/v1beta1/model.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/constructs/v1beta1/model.json b/schemas/constructs/v1beta1/model.json index 9c2f91da26..dbf0cc1b4e 100644 --- a/schemas/constructs/v1beta1/model.json +++ b/schemas/constructs/v1beta1/model.json @@ -101,7 +101,7 @@ }, "model": { "type": "object", - "description": "Registrant-defined data associated with the model.", + "description": "Registrant-defined data associated with the model. This contains properties that pertain to the software being managed and not the properties of the model being managed.", "required": [ "version" ], @@ -121,4 +121,4 @@ "registrant", "category" ] -} \ No newline at end of file +} From 54aee46745c3e0214ca4104c786c52240d1ded3c Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 15 Jul 2024 15:40:39 -0500 Subject: [PATCH 2/2] Update schemas/constructs/v1beta1/model.json Signed-off-by: Lee Calcote --- schemas/constructs/v1beta1/model.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/constructs/v1beta1/model.json b/schemas/constructs/v1beta1/model.json index dbf0cc1b4e..f185fb3456 100644 --- a/schemas/constructs/v1beta1/model.json +++ b/schemas/constructs/v1beta1/model.json @@ -101,7 +101,7 @@ }, "model": { "type": "object", - "description": "Registrant-defined data associated with the model. This contains properties that pertain to the software being managed and not the properties of the model being managed.", + "description": "Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31)", "required": [ "version" ],