Spring Cloud Config · JSON-LD Context

Spring Cloud Config Context

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

5 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

ConfigEnvironment PropertySource ConfigServer SoftwareSourceCode url

Properties

Property Type Container
name
description
profiles list
label string
version
propertySources list
source index
application string
profile string

JSON-LD Document

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

    "ConfigEnvironment": "spring:ConfigEnvironment",
    "PropertySource": "spring:PropertySource",
    "ConfigServer": "spring:ConfigServer",

    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "profiles": {
      "@id": "spring:profiles",
      "@container": "@list"
    },
    "label": {
      "@id": "spring:label",
      "@type": "xsd:string"
    },
    "version": {
      "@id": "schema:version"
    },
    "propertySources": {
      "@id": "spring:propertySources",
      "@container": "@list"
    },
    "source": {
      "@id": "spring:source",
      "@container": "@index"
    },
    "application": {
      "@id": "spring:application",
      "@type": "xsd:string"
    },
    "profile": {
      "@id": "spring:profile",
      "@type": "xsd:string"
    },
    "SoftwareSourceCode": "schema:SoftwareSourceCode",
    "url": "schema:url"
  }
}