Amazon App Runner · JSON-LD Context

Amazon App Runner Context

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

0 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
DNSTarget string
ServiceArn string
CustomDomain string
VpcDNSTargets string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "DNSTarget": {
      "@id": "schema:DNSTarget",
      "@type": "xsd:string"
    },
    "ServiceArn": {
      "@id": "schema:ServiceArn",
      "@type": "xsd:string"
    },
    "CustomDomain": {
      "@id": "schema:CustomDomain",
      "@type": "xsd:string"
    },
    "VpcDNSTargets": {
      "@id": "schema:VpcDNSTargets",
      "@type": "xsd:string"
    }
  }
}