Skip to content

Commit 8bd09aa

Browse files
authored
Merge pull request #433 from samitainio/main
Add: phone-number object
2 parents ffd9120 + 23faffa commit 8bd09aa

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"attributes": {
3+
"country-code": {
4+
"description": "Country code in text format (e.g., US)",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"multiple": false,
8+
"to_ids": false,
9+
"ui-priority": 1
10+
},
11+
"country-code-numeric": {
12+
"description": "Country code as per the E.164 numbering plan (e.g., +1)",
13+
"disable_correlation": true,
14+
"misp-attribute": "text",
15+
"multiple": false,
16+
"to_ids": false,
17+
"ui-priority": 1
18+
},
19+
"national-destination-code": {
20+
"description": "National destination code as per the E.164 numbering plan (e.g., 415)",
21+
"disable_correlation": true,
22+
"misp-attribute": "text",
23+
"multiple": false,
24+
"to_ids": false,
25+
"ui-priority": 0
26+
},
27+
"phone-number": {
28+
"description": "Phone number in E.164 format (e.g., +14155552671)",
29+
"disable_correlation": false,
30+
"misp-attribute": "phone-number",
31+
"multiple": false,
32+
"to_ids": false,
33+
"ui-priority": 3
34+
},
35+
"subscriber-number": {
36+
"description": "Subscriber number as per the E.164 numbering plan (e.g., 5552671)",
37+
"disable_correlation": true,
38+
"misp-attribute": "text",
39+
"multiple": false,
40+
"to_ids": false,
41+
"ui-priority": 0
42+
},
43+
"text": {
44+
"description": "Description or additional information about the phone number.",
45+
"disable_correlation": true,
46+
"misp-attribute": "text",
47+
"multiple": false,
48+
"to_ids": false,
49+
"ui-priority": 2
50+
}
51+
},
52+
"description": "Phone number based on the E.164 international public telecommunication numbering plan",
53+
"meta-category": "mobile",
54+
"name": "phone-number",
55+
"required": [
56+
"phone-number"
57+
],
58+
"uuid": "c4b5a67c-63d2-11ec-90d6-0242ac120003",
59+
"version": 1
60+
}

0 commit comments

Comments
 (0)