Deliverect · JSON-LD Context

Deliverect Gift Cards Api Context

JSON-LD context defining the semantic vocabulary for Deliverect Gift Cards Api from Deliverect.

3 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

dv: https://developers.deliverect.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

GiftcardsRegisterprofile PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidApplygiftcard PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidGetgiftcardbalance

Properties

Property Type Container
account string
apiKey string
number string
verificationCode string
amount integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dv": "https://developers.deliverect.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "GiftcardsRegisterprofile": "dv:GiftcardsRegisterprofile",
    "PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidApplygiftcard": "dv:PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidApplygiftcard",
    "PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidGetgiftcardbalance": "dv:PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidGetgiftcardbalance",
    "account": {
      "@id": "dv:account",
      "@type": "xsd:string"
    },
    "apiKey": {
      "@id": "dv:apiKey",
      "@type": "xsd:string"
    },
    "number": {
      "@id": "dv:number",
      "@type": "xsd:string"
    },
    "verificationCode": {
      "@id": "dv:verificationCode",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "dv:amount",
      "@type": "xsd:integer"
    }
  }
}