Skip to content

Commit

Permalink
build model
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jun 6, 2024
1 parent 0e47789 commit 21193cf
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3114,8 +3114,8 @@
"type": "date"
},
"dunsCode": {
"description": "Dun & Bradstreet identifier",
"label": "D-U-N-S",
"description": "Data Universal Numbering System - Dun & Bradstreet identifier",
"label": "DUNS",
"matchable": true,
"name": "dunsCode",
"qname": "LegalEntity:dunsCode",
Expand Down Expand Up @@ -3321,6 +3321,14 @@
"stub": true,
"type": "entity"
},
"npiCode": {
"description": "National Provider Identifier",
"label": "NPI",
"matchable": true,
"name": "npiCode",
"qname": "LegalEntity:npiCode",
"type": "identifier"
},
"ogrnCode": {
"description": "Major State Registration Number",
"label": "OGRN",
Expand Down Expand Up @@ -3975,6 +3983,14 @@
"stub": true,
"type": "entity"
},
"cageCode": {
"description": "Commercial and Government Entity Code (CAGE)",
"label": "CAGE",
"matchable": true,
"name": "cageCode",
"qname": "Organization:cageCode",
"type": "identifier"
},
"directorshipOrganization": {
"label": "Directors",
"matchable": true,
Expand Down Expand Up @@ -4510,6 +4526,13 @@
"qname": "Person:birthPlace",
"type": "string"
},
"citizenship": {
"label": "Citizenship",
"matchable": true,
"name": "citizenship",
"qname": "Person:citizenship",
"type": "country"
},
"deathDate": {
"label": "Death date",
"matchable": true,
Expand Down Expand Up @@ -4669,6 +4692,13 @@
"qname": "Person:secondName",
"type": "string"
},
"socialSecurityNumber": {
"label": "Social security number",
"matchable": true,
"name": "socialSecurityNumber",
"qname": "Person:socialSecurityNumber",
"type": "identifier"
},
"title": {
"label": "Title",
"name": "title",
Expand Down

0 comments on commit 21193cf

Please sign in to comment.