Skip to content

Commit

Permalink
added coverage field to datamodel schema
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Feb 27, 2023
1 parent 581658f commit 2e5f456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/datamodel_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: str()
description: str()
actions: list(include('action'))
fields: list(include('field'))
coverage: map(map(str(), key=str()), key=str(), required=False)
---
action:
name: str()
Expand Down

0 comments on commit 2e5f456

Please sign in to comment.