Skip to content

Commit 23faffa

Browse files
committed
chg: remove categories and object_relation definitions from phone-number
1 parent 0b97190 commit 23faffa

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

objects/phone-number/definition.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,50 @@
11
{
22
"attributes": {
33
"country-code": {
4-
"category": "Person",
54
"description": "Country code in text format (e.g., US)",
65
"disable_correlation": true,
76
"misp-attribute": "text",
87
"multiple": false,
9-
"object_relation": "country-code",
108
"to_ids": false,
119
"ui-priority": 1
1210
},
1311
"country-code-numeric": {
14-
"category": "Person",
1512
"description": "Country code as per the E.164 numbering plan (e.g., +1)",
1613
"disable_correlation": true,
1714
"misp-attribute": "text",
1815
"multiple": false,
19-
"object_relation": "country-code-numeric",
2016
"to_ids": false,
2117
"ui-priority": 1
2218
},
2319
"national-destination-code": {
24-
"category": "Person",
2520
"description": "National destination code as per the E.164 numbering plan (e.g., 415)",
2621
"disable_correlation": true,
2722
"misp-attribute": "text",
2823
"multiple": false,
29-
"object_relation": "national-destination-code",
3024
"to_ids": false,
3125
"ui-priority": 0
3226
},
3327
"phone-number": {
34-
"category": "Person",
3528
"description": "Phone number in E.164 format (e.g., +14155552671)",
3629
"disable_correlation": false,
3730
"misp-attribute": "phone-number",
3831
"multiple": false,
39-
"object_relation": "phone-number",
4032
"to_ids": false,
4133
"ui-priority": 3
4234
},
4335
"subscriber-number": {
44-
"category": "Person",
4536
"description": "Subscriber number as per the E.164 numbering plan (e.g., 5552671)",
4637
"disable_correlation": true,
4738
"misp-attribute": "text",
4839
"multiple": false,
49-
"object_relation": "subscriber-number",
5040
"to_ids": false,
5141
"ui-priority": 0
5242
},
5343
"text": {
54-
"category": "Person",
5544
"description": "Description or additional information about the phone number.",
5645
"disable_correlation": true,
5746
"misp-attribute": "text",
5847
"multiple": false,
59-
"object_relation": "text",
6048
"to_ids": false,
6149
"ui-priority": 2
6250
}

0 commit comments

Comments
 (0)