AWS App Mesh · JSON-LD Context

Aws App Mesh Aws Context

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

2 Classes 6 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

AwsCloudMapInstanceAttribute AwsCloudMapServiceDiscovery

Properties

Property Type Container
attributes string
ipPreference string
namespaceName string
serviceName 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#",
    "AwsCloudMapInstanceAttribute": "aws:AwsCloudMapInstanceAttribute",
    "AwsCloudMapServiceDiscovery": "aws:AwsCloudMapServiceDiscovery",
    "attributes": {
      "@id": "aws:attributes",
      "@type": "xsd:string"
    },
    "ipPreference": {
      "@id": "aws:ipPreference",
      "@type": "xsd:string"
    },
    "namespaceName": {
      "@id": "aws:namespaceName",
      "@type": "xsd:string"
    },
    "serviceName": {
      "@id": "aws:serviceName",
      "@type": "xsd:string"
    },
    "key": {
      "@id": "aws:key",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "aws:value",
      "@type": "xsd:string"
    }
  }
}