From 48a39f3cd858e92d91058662a08fcf7a28c4c9ec Mon Sep 17 00:00:00 2001 From: Sean Conroy Date: Wed, 7 Aug 2024 11:40:15 +0100 Subject: [PATCH] Fix schema issue --- gen/schema/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/schema/schema.yaml b/gen/schema/schema.yaml index e3759b99..91b0bc6f 100644 --- a/gen/schema/schema.yaml +++ b/gen/schema/schema.yaml @@ -70,7 +70,7 @@ attribute: test_value: str(required=False) # Value used for acceptance test minimum_test_value: any(str(), int(), bool(), num(), required=False) # Value used for "minimum" resource acceptance test always_include: bool(required=False) # Include attribute always in payload - always_include_parent: bool(required=false) # Include attributes parent always in payload + always_include_parent: bool(required=False) # Include attributes parent always in payload attributes: list(include('attribute'), required=False) # List of attributes, only relevant if type is "List" or "Set" conditional_attribute: include('conditional_attribute', required=False) # Add attribute to payload only if condition is true conditional_list_length: str(required=False) # Add attribute to payload only if referenced list has a length greater than 0