AWS App Mesh · JSON-LD Context

Aws App Mesh Weighted Context

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

1 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

WeightedTarget

Properties

Property Type Container
port string
virtualNode string
weight 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#",
    "WeightedTarget": "aws:WeightedTarget",
    "port": {
      "@id": "aws:port",
      "@type": "xsd:string"
    },
    "virtualNode": {
      "@id": "aws:virtualNode",
      "@type": "xsd:string"
    },
    "weight": {
      "@id": "aws:weight",
      "@type": "xsd:string"
    }
  }
}