Amplitude · JSON-LD Context

Amplitude Chart Annotations Api Context

JSON-LD context defining the semantic vocabulary for Amplitude Chart Annotations Api from Amplitude.

6 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

UpdateAnnotationRequest CreateAnnotationRequest AnnotationListResponse Annotation createdAt updatedAt

Properties

Property Type Container
label string
date date
endDate date
details string
category string
chartId integer
data reference set
id integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amplitude": "https://amplitude.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "UpdateAnnotationRequest": "amplitude:UpdateAnnotationRequest",
    "CreateAnnotationRequest": "amplitude:CreateAnnotationRequest",
    "AnnotationListResponse": "amplitude:AnnotationListResponse",
    "Annotation": "amplitude:Annotation",
    "label": {
      "@id": "amplitude:label",
      "@type": "xsd:string"
    },
    "date": {
      "@id": "amplitude:date",
      "@type": "xsd:date"
    },
    "endDate": {
      "@id": "amplitude:end_date",
      "@type": "xsd:date"
    },
    "details": {
      "@id": "amplitude:details",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "amplitude:category",
      "@type": "xsd:string"
    },
    "chartId": {
      "@id": "amplitude:chart_id",
      "@type": "xsd:integer"
    },
    "data": {
      "@id": "amplitude:data",
      "@container": "@set",
      "@type": "@id"
    },
    "id": {
      "@id": "amplitude:id",
      "@type": "xsd:integer"
    },
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified"
  }
}