Skip to content

Commit

Permalink
fixed misc + changed example data
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Feb 26, 2024
1 parent 847e3c7 commit 8251a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/registry_schemas/example_data/schema_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'lastLedgerTimestamp': '2019-04-15T20:05:49.068272+00:00',
'lastPreBobFilingTimestamp': '2019-04-15T20:05:49.068272+00:00',
'legalName': 'legal name - CP1234567',
'alternateNames': 'legal name - CP1234567',
'alternateNames': [],
'legalType': 'CP'
}
}
Expand All @@ -50,7 +50,7 @@
'lastLedgerTimestamp': '2019-04-15T20:05:49.068272+00:00',
'lastPreBobFilingTimestamp': '2019-04-15T20:05:49.068272+00:00',
'legalName': 'legal name - CP1234567',
'alternateNames': 'legal name - CP1234567',
'alternateNames': [],
'legalType': 'CP',
'state': 'ACTIVE',
'goodStanding': True,
Expand Down
2 changes: 1 addition & 1 deletion src/registry_schemas/schemas/business.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"nameStartDate": {
"type": "string",
"format": "date",
"title": "The start date of the alternate name Schema",
"title": "The start date of the alternate name",
"default": "",
"examples": ["1970-01-01"]
},
Expand Down

0 comments on commit 8251a4e

Please sign in to comment.