Skip to content

Commit

Permalink
update default model
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 26, 2024
1 parent 07069e7 commit e91d6a9
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@
"description": "Data Universal Numbering System - Dun & Bradstreet identifier",
"label": "DUNS",
"matchable": true,
"maxLength": 32,
"maxLength": 16,
"name": "dunsCode",
"qname": "LegalEntity:dunsCode",
"type": "identifier"
Expand Down Expand Up @@ -3623,9 +3623,10 @@
},
"npiCode": {
"description": "National Provider Identifier",
"format": "npi",
"label": "NPI",
"matchable": true,
"maxLength": 32,
"maxLength": 16,
"name": "npiCode",
"qname": "LegalEntity:npiCode",
"type": "identifier"
Expand Down Expand Up @@ -3725,7 +3726,7 @@
"description": "Phone number",
"label": "Phone",
"matchable": true,
"maxLength": 64,
"maxLength": 32,
"name": "phone",
"qname": "LegalEntity:phone",
"type": "phone"
Expand Down Expand Up @@ -5813,6 +5814,22 @@
"qname": "Sanction:program",
"type": "string"
},
"programId": {
"label": "Program ID",
"matchable": true,
"maxLength": 64,
"name": "programId",
"qname": "Sanction:programId",
"type": "identifier"
},
"programUrl": {
"label": "Program URL",
"matchable": true,
"maxLength": 4096,
"name": "programUrl",
"qname": "Sanction:programUrl",
"type": "url"
},
"provisions": {
"label": "Scope of sanctions",
"maxLength": 1024,
Expand Down

0 comments on commit e91d6a9

Please sign in to comment.