Amazon Kinesis Video Streams · JSON-LD Context

Amazon Kinesis Video Streams Context

JSON-LD context defining the semantic vocabulary for Amazon Kinesis Video Streams from Amazon Kinesis Video Streams.

2 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Stream Channel

Properties

Property Type Container
id string
name string
description string
status string
arn string
createdAt dateTime
updatedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "kinesisvideostreams": "https://kinesisvideostreams.amazonaws.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Stream": "kinesisvideostreams:Stream",
    "Channel": "kinesisvideostreams:Channel",
    "id": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "kinesisvideostreams:status",
      "@type": "xsd:string"
    },
    "arn": {
      "@id": "kinesisvideostreams:arn",
      "@type": "xsd:string"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}