Spring Cloud · JSON-LD Context

Spring Cloud Context

JSON-LD context defining the semantic vocabulary for Spring Cloud from Spring Cloud.

8 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

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

Classes

ServiceInstance ServiceRegistry ConfigServer CircuitBreaker APIGateway LoadBalancer SoftwareApplication url

Properties

Property Type Container
serviceId string
host
port integer
secure boolean
uri
instanceId
metadata index
name
description

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "spring": "https://spring.io/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "ServiceInstance": "spring:ServiceInstance",
    "ServiceRegistry": "spring:ServiceRegistry",
    "ConfigServer": "spring:ConfigServer",
    "CircuitBreaker": "spring:CircuitBreaker",
    "APIGateway": "spring:APIGateway",
    "LoadBalancer": "spring:LoadBalancer",

    "serviceId": {
      "@id": "spring:serviceId",
      "@type": "xsd:string"
    },
    "host": {
      "@id": "schema:serverAddress"
    },
    "port": {
      "@id": "schema:portNumber",
      "@type": "xsd:integer"
    },
    "secure": {
      "@id": "spring:secure",
      "@type": "xsd:boolean"
    },
    "uri": {
      "@id": "schema:url"
    },
    "instanceId": {
      "@id": "schema:identifier"
    },
    "metadata": {
      "@id": "spring:metadata",
      "@container": "@index"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "SoftwareApplication": "schema:SoftwareApplication",
    "url": "schema:url"
  }
}