mirror of https://github.com/MISP/PyMISP
chg: [describetypes] updated
parent
4a2367ec96
commit
4b3e93089f
|
@ -455,6 +455,7 @@
|
||||||
"first-name",
|
"first-name",
|
||||||
"middle-name",
|
"middle-name",
|
||||||
"last-name",
|
"last-name",
|
||||||
|
"full-name",
|
||||||
"date-of-birth",
|
"date-of-birth",
|
||||||
"place-of-birth",
|
"place-of-birth",
|
||||||
"gender",
|
"gender",
|
||||||
|
@ -804,6 +805,10 @@
|
||||||
"default_category": "Person",
|
"default_category": "Person",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
},
|
},
|
||||||
|
"full-name": {
|
||||||
|
"default_category": "Person",
|
||||||
|
"to_ids": 0
|
||||||
|
},
|
||||||
"gender": {
|
"gender": {
|
||||||
"default_category": "Person",
|
"default_category": "Person",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
@ -1426,6 +1431,7 @@
|
||||||
"first-name",
|
"first-name",
|
||||||
"middle-name",
|
"middle-name",
|
||||||
"last-name",
|
"last-name",
|
||||||
|
"full-name",
|
||||||
"date-of-birth",
|
"date-of-birth",
|
||||||
"place-of-birth",
|
"place-of-birth",
|
||||||
"gender",
|
"gender",
|
||||||
|
|
Loading…
Reference in New Issue