From 98c6c11f7302ec9af48fd22cdc404fe2e63e7025 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Tue, 30 Jul 2024 17:15:12 -0500 Subject: [PATCH] Relationships: Lowercase kind enums Signed-off-by: Lee Calcote --- schemas/constructs/v1alpha3/relationship.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/constructs/v1alpha3/relationship.json b/schemas/constructs/v1alpha3/relationship.json index 56bece439f..4346e27860 100644 --- a/schemas/constructs/v1alpha3/relationship.json +++ b/schemas/constructs/v1alpha3/relationship.json @@ -21,7 +21,7 @@ "kind": { "$ref": "../core.json#/definitions/inputString", "description": "Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships.", - "enum": ["Hierarchical", "Edge", "Sibling"] + "enum": ["hierarchical", "edge", "sibling"] }, "type": { "$ref": "../core.json#/definitions/inputString",