Skip to content

Commit

Permalink
update default model
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jul 15, 2024
1 parent 17e329e commit bca4374
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4562,6 +4562,12 @@
"qname": "Person:ethnicity",
"type": "string"
},
"eyeColor": {
"label": "Eye color",
"name": "eyeColor",
"qname": "Person:eyeColor",
"type": "string"
},
"familyPerson": {
"label": "Family members",
"matchable": true,
Expand Down Expand Up @@ -4600,6 +4606,24 @@
"qname": "Person:gender",
"type": "gender"
},
"hairColor": {
"label": "Hair color",
"name": "hairColor",
"qname": "Person:hairColor",
"type": "string"
},
"height": {
"label": "Height",
"name": "height",
"qname": "Person:height",
"type": "number"
},
"identifyingMarks": {
"label": "Identifying marks",
"name": "identifyingMarks",
"qname": "Person:identifyingMarks",
"type": "string"
},
"images": {
"label": "Images",
"matchable": true,
Expand Down Expand Up @@ -4704,6 +4728,12 @@
"name": "title",
"qname": "Person:title",
"type": "string"
},
"weight": {
"label": "Weight",
"name": "weight",
"qname": "Person:weight",
"type": "number"
}
},
"required": [
Expand Down Expand Up @@ -6952,6 +6982,7 @@
"crime.war": "War crimes",
"debarment": "Debarred entity",
"export.control": "Export controlled",
"export.risk": "Trade risk",
"fin": "Financial services",
"fin.adivsor": "Financial advisor",
"fin.bank": "Bank",
Expand Down Expand Up @@ -6990,7 +7021,8 @@
"role.spy": "Spy",
"sanction": "Sanctioned entity",
"sanction.counter": "Counter-sanctioned entity",
"sanction.linked": "Sanction-linked entity"
"sanction.linked": "Sanction-linked entity",
"wanted": "Wanted"
}
},
"url": {
Expand Down

0 comments on commit bca4374

Please sign in to comment.