Phone
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
true |
|
|
true |
PhoneNumber |
The telephone number. |
string |
true |
|
|
false |
Type |
Assigned Type: ms-0200:PhoneType_Enum |
PhoneType_Enum |
false |
|
|
false |
Capabilities |
|
array |
false |
PhoneCapabilities_Enum |
--- |
false |
primaryInd |
When true, this is the main phone number for the person. |
boolean |
false |
|
|
false |
ExtensionPoint |
|
ExtensionPoint |
false |
|
|
true |
{
"@type" : "string",
"phoneNumber" : "string",
"type" : {
"value" : { },
"extension" : "string"
},
"capabilities" : [ {
"value" : { },
"extension" : "string"
} ],
"primaryInd" : "boolean",
"extensionPoint" : { }
}