Telefono Context
JSON-LD context defining the semantic vocabulary for Telefono from Telefono.
4 Classes
18 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
telefono:
https://developers.telefono.com/schema/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ValidationResult
CarrierResult
FormatResult
PhoneNumber
Properties
| Property |
Type |
Container |
| number |
string |
|
| valid |
boolean |
|
| number_type |
string |
|
| e164_format |
string |
|
| national_format |
string |
|
| international_format |
string |
|
| country_code |
string |
|
| country_name |
string |
|
| carrier |
string |
|
| carrier_name |
string |
|
| mcc |
string |
|
| mnc |
string |
|
| network_type |
string |
|
| is_virtual |
boolean |
|
| is_ported |
boolean |
|
| is_reachable |
string |
|
| calling_code |
integer |
|
| roaming |
boolean |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"telefono": "https://developers.telefono.com/schema/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ValidationResult": "telefono:ValidationResult",
"CarrierResult": "telefono:CarrierResult",
"FormatResult": "telefono:FormatResult",
"PhoneNumber": "schema:ContactPoint",
"number": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"valid": {
"@id": "telefono:isValid",
"@type": "xsd:boolean"
},
"number_type": {
"@id": "telefono:numberType",
"@type": "xsd:string"
},
"e164_format": {
"@id": "telefono:e164Format",
"@type": "xsd:string"
},
"national_format": {
"@id": "telefono:nationalFormat",
"@type": "xsd:string"
},
"international_format": {
"@id": "telefono:internationalFormat",
"@type": "xsd:string"
},
"country_code": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"country_name": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"carrier": {
"@id": "telefono:carrier",
"@type": "xsd:string"
},
"carrier_name": {
"@id": "telefono:carrierName",
"@type": "xsd:string"
},
"mcc": {
"@id": "telefono:mobileCountryCode",
"@type": "xsd:string"
},
"mnc": {
"@id": "telefono:mobileNetworkCode",
"@type": "xsd:string"
},
"network_type": {
"@id": "telefono:networkType",
"@type": "xsd:string"
},
"is_virtual": {
"@id": "telefono:isVirtual",
"@type": "xsd:boolean"
},
"is_ported": {
"@id": "telefono:isPorted",
"@type": "xsd:boolean"
},
"is_reachable": {
"@id": "telefono:isReachable",
"@type": "xsd:string"
},
"calling_code": {
"@id": "telefono:callingCode",
"@type": "xsd:integer"
},
"roaming": {
"@id": "telefono:isRoaming",
"@type": "xsd:boolean"
}
}
}