AWS App Mesh · JSON-LD Context

Aws App Mesh Tag Context

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

3 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

TagRef TagResourceInput TagResourceOutput

Properties

Property Type Container
tags string
key string
value 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#",
    "TagRef": "aws:TagRef",
    "TagResourceInput": "aws:TagResourceInput",
    "TagResourceOutput": "aws:TagResourceOutput",
    "tags": {
      "@id": "aws:tags",
      "@type": "xsd:string"
    },
    "key": {
      "@id": "aws:key",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "aws:value",
      "@type": "xsd:string"
    }
  }
}