Skip to content

Commit

Permalink
add a business object to the IA Json sample data (#32)
Browse files Browse the repository at this point in the history
* add a business object to the IA Json sample data

* remove email-required from header
  • Loading branch information
peter-freshworks authored Jun 3, 2020
1 parent 4c4896d commit f7cf6ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/registry_schemas/example_data/schema_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,10 @@
'filingId': 1,
'effectiveDate': '2019-04-15T00:00:00+00:00'
},
'business': {
'identifier': 'T1234567',
'legalType': 'BC'
},
'incorporationApplication': INCORPORATION
}
}
Expand Down
1 change: 0 additions & 1 deletion src/registry_schemas/schemas/filing.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"required": [
"name",
"certifiedBy",
"email",
"date"
],
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/registry_schemas/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
Development release segment: .devN
"""

__version__ = '2.5.12' # pylint: disable=invalid-name
__version__ = '2.5.13' # pylint: disable=invalid-name

0 comments on commit f7cf6ef

Please sign in to comment.