Skip to content

Commit

Permalink
Fix schema issues part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
seconroy committed Jul 24, 2024
1 parent cc76d02 commit c0f0f1e
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 @@ -81,4 +81,4 @@ attribute:
conditional_attribute:
name: str() # Reference to other attribute
value: any(str(), bool()) # Attribute value
types: str(required=False) # Attribute value type (default is String but can be set to Bool)
type: str(required=False) # Attribute value type (default is String but can be set to Bool)

0 comments on commit c0f0f1e

Please sign in to comment.