Skip to content

Commit

Permalink
Fix schema issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seconroy committed Aug 7, 2024
1 parent ff2e905 commit 48a39f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48a39f3

Please sign in to comment.