Spring Boot · JSON-LD Context

Spring Boot Context

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

12 Classes 13 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

SpringBootActuator Health Metric Logger Environment PropertySource Cache SoftwareApplication SoftwareSourceCode programmingLanguage license url

Properties

Property Type Container
status string
components index
name
description
measurements list
statistic string
value number
baseUnit string
availableTags list
activeProfiles list
propertySources list
configuredLevel string
effectiveLevel 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#",

    "SpringBootActuator": "spring:SpringBootActuator",
    "Health": "spring:Health",
    "Metric": "spring:Metric",
    "Logger": "spring:Logger",
    "Environment": "spring:Environment",
    "PropertySource": "spring:PropertySource",
    "Cache": "spring:Cache",

    "status": {
      "@id": "spring:status",
      "@type": "xsd:string"
    },
    "components": {
      "@id": "spring:components",
      "@container": "@index"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "measurements": {
      "@id": "spring:measurements",
      "@container": "@list"
    },
    "statistic": {
      "@id": "spring:statistic",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "schema:value",
      "@type": "xsd:number"
    },
    "baseUnit": {
      "@id": "spring:baseUnit",
      "@type": "xsd:string"
    },
    "availableTags": {
      "@id": "spring:availableTags",
      "@container": "@list"
    },
    "activeProfiles": {
      "@id": "spring:activeProfiles",
      "@container": "@list"
    },
    "propertySources": {
      "@id": "spring:propertySources",
      "@container": "@list"
    },
    "configuredLevel": {
      "@id": "spring:configuredLevel",
      "@type": "xsd:string"
    },
    "effectiveLevel": {
      "@id": "spring:effectiveLevel",
      "@type": "xsd:string"
    },
    "SoftwareApplication": "schema:SoftwareApplication",
    "SoftwareSourceCode": "schema:SoftwareSourceCode",
    "programmingLanguage": "schema:programmingLanguage",
    "license": "schema:license",
    "url": "schema:url"
  }
}