Amazon Amplify · JSON-LD Context

Amazon Amplify Context

JSON-LD context defining the semantic vocabulary for Amazon Amplify from Amazon Amplify.

0 Classes 10 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
appId string
appArn string
name
description
repository string
platform string
createTime dateTime
updateTime dateTime
defaultDomain string
productionBranch string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "appId": {
      "@id": "schema:appId",
      "@type": "xsd:string"
    },
    "appArn": {
      "@id": "schema:appArn",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "repository": {
      "@id": "schema:repository",
      "@type": "xsd:string"
    },
    "platform": {
      "@id": "schema:platform",
      "@type": "xsd:string"
    },
    "createTime": {
      "@id": "schema:createTime",
      "@type": "xsd:dateTime"
    },
    "updateTime": {
      "@id": "schema:updateTime",
      "@type": "xsd:dateTime"
    },
    "defaultDomain": {
      "@id": "schema:defaultDomain",
      "@type": "xsd:string"
    },
    "productionBranch": {
      "@id": "schema:productionBranch",
      "@type": "xsd:string"
    }
  }
}