AWS App Mesh · JSON-LD Context

Aws App Mesh Logging Context

JSON-LD context defining the semantic vocabulary for Aws App Mesh Logging from AWS App Mesh.

2 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Logging LoggingFormat

Properties

Property Type Container
accessLog string
json string
text string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "aws": "https://aws.amazon.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Logging": "aws:Logging",
    "LoggingFormat": "aws:LoggingFormat",
    "accessLog": {
      "@id": "aws:accessLog",
      "@type": "xsd:string"
    },
    "json": {
      "@id": "aws:json",
      "@type": "xsd:string"
    },
    "text": {
      "@id": "aws:text",
      "@type": "xsd:string"
    }
  }
}