Abstract API · JSON-LD Context

Abstract Api Phone Intelligence Context

JSON-LD context defining the semantic vocabulary for Abstract Api Phone Intelligence from Abstract API.

2 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

abstract: https://abstractapi.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PhoneCountry PhoneIntelligenceResponse

Properties

Property Type Container
code string
name
prefix string
phone string
valid boolean
country string
location string
type string
carrier string
isVoip boolean
riskScore integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "abstract": "https://abstractapi.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "PhoneCountry": "abstract:PhoneCountry",
    "PhoneIntelligenceResponse": "abstract:PhoneIntelligenceResponse",
    "code": {
      "@id": "abstract:code",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "prefix": {
      "@id": "abstract:prefix",
      "@type": "xsd:string"
    },
    "phone": {
      "@id": "abstract:phone",
      "@type": "xsd:string"
    },
    "valid": {
      "@id": "abstract:valid",
      "@type": "xsd:boolean"
    },
    "country": {
      "@id": "abstract:country",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "abstract:location",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "abstract:type",
      "@type": "xsd:string"
    },
    "carrier": {
      "@id": "abstract:carrier",
      "@type": "xsd:string"
    },
    "isVoip": {
      "@id": "abstract:is_voip",
      "@type": "xsd:boolean"
    },
    "riskScore": {
      "@id": "abstract:risk_score",
      "@type": "xsd:integer"
    }
  }
}