-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspring-boot-context.jsonld
More file actions
72 lines (70 loc) · 1.74 KB
/
Copy pathspring-boot-context.jsonld
File metadata and controls
72 lines (70 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"@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"
}
}