Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezve committed Jul 23, 2024
1 parent d4ec743 commit 23d5d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen/schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ doc_category: str()
parents: list(str(), required=False)
children: list(str(), required=False)
references: list(str(), required=False)
strict_update: bool(required=False)
attributes: list(include('attribute'), required=False)
child_classes: list(include('child_classes'), required=False)
test_prerequisites: list(include('test_prerequisite'), required=False)
Expand Down

0 comments on commit 23d5d3c

Please sign in to comment.