Skip to content

Commit

Permalink
add INN and OGRN format
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Dec 5, 2024
1 parent 19c2f07 commit dede448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3535,6 +3535,7 @@
},
"innCode": {
"description": "Russian company ID",
"format": "inn",
"label": "INN",
"matchable": true,
"maxLength": 32,
Expand Down Expand Up @@ -3633,6 +3634,7 @@
},
"ogrnCode": {
"description": "Major State Registration Number",
"format": "ogrn",
"label": "OGRN",
"matchable": true,
"maxLength": 32,
Expand Down

0 comments on commit dede448

Please sign in to comment.