Amplitude · JSON-LD Context

Amplitude Amplitude Cohort Context

JSON-LD context defining the semantic vocabulary for Amplitude Amplitude Cohort from Amplitude.

3 Classes 7 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

Amplitude Cohort name description

Properties

Property Type Container
id string
size integer
lastComputed dateTime
archived boolean
owner string
appId integer
definition string

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#",
    "Amplitude Cohort": "amplitude:Amplitude Cohort",
    "id": {
      "@id": "amplitude:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "size": {
      "@id": "amplitude:size",
      "@type": "xsd:integer"
    },
    "lastComputed": {
      "@id": "amplitude:lastComputed",
      "@type": "xsd:dateTime"
    },
    "archived": {
      "@id": "amplitude:archived",
      "@type": "xsd:boolean"
    },
    "owner": {
      "@id": "amplitude:owner",
      "@type": "xsd:string"
    },
    "appId": {
      "@id": "amplitude:appId",
      "@type": "xsd:integer"
    },
    "definition": {
      "@id": "amplitude:definition",
      "@type": "xsd:string"
    }
  }
}