Skip to content

Commit 8188181

Browse files
Update version to 2.3.1 in pyproject.toml and add data file properties validation in RuleValidator
1 parent c584c7b commit 8188181

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Gen3SchemaDev"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Tool for data modelling in Gen3"
55
authors = [
66
{name = "JoshuaHarris391",email = "[email protected]"}

src/gen3schemadev/validators/rule_validator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def validate(self):
1616
self.props_must_have_type()
1717
self.type_array_needs_items()
1818
self.core_metadata_required_link()
19+
self.data_file_props_need_data_props()
1920

2021
def _get_links(self):
2122
links = self.schema.get("links", [])

0 commit comments

Comments
 (0)