Skip to content

Commit 120c295

Browse files
committed
chore: add missing field to yaml schema
1 parent 7def1fa commit 120c295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/validate_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def validate(self, data, _is_simselect_schema=True):
6565
Optional("release"): {
6666
Optional("source"): str,
6767
Optional("version"): str,
68+
Optional("published"): str,
6869
Optional("package_name"): str,
6970
Optional("etag"): str,
7071
},

0 commit comments

Comments
 (0)