Skip to content

Commit

Permalink
20766 update alternate name schema definition (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdev420 authored Apr 19, 2024
1 parent 4e7a7de commit e451079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/registry_schemas/schemas/business.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,28 +88,28 @@
"examples": ["alternate_name_of_business"],
"pattern": "^(.*)$"
},
"nameRegisteredDate": {
"registeredDate": {
"type": "string",
"format": "date-time",
"title": "The timestamp of the registered date.",
"default": "",
"examples": ["1970-01-01T00:00:00+00:00"]
},
"nameStartDate": {
"startDate": {
"type": "string",
"format": "date",
"title": "The start date of the alternate name",
"default": "",
"examples": ["1970-01-01"]
},
"nameEndDate": {
"endDate": {
"type": "string",
"format": "date",
"title": "The end date of the alternate name",
"default": "",
"examples": ["1970-01-01"]
},
"nameType": {
"type": {
"type": "string",
"title": "The type of the alternate name",
"enum": ["TRANSLATION", "DBA"]
Expand Down

0 comments on commit e451079

Please sign in to comment.