Adyen · JSON-LD Context

Adyen Management Android Certificate Context

JSON-LD context defining the semantic vocabulary for Adyen Management Android Certificate from Adyen.

3 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

AndroidCertificate description name

Properties

Property Type Container
extension string
id string
notAfter dateTime
notBefore dateTime
status string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adyen": "https://docs.adyen.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "AndroidCertificate": "adyen:AndroidCertificate",
    "description": "schema:description",
    "extension": {
      "@id": "adyen:extension",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "notAfter": {
      "@id": "adyen:notAfter",
      "@type": "xsd:dateTime"
    },
    "notBefore": {
      "@id": "adyen:notBefore",
      "@type": "xsd:dateTime"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    }
  }
}