We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e96a6 commit 1ee1e60Copy full SHA for 1ee1e60
guidelines/sample-server/files/models.json
@@ -1,5 +1,6 @@
1
{
2
"Model": {
3
+ "type": "object",
4
"description": "A simple model",
5
"properties": {
6
"id": {
@@ -13,6 +14,7 @@
13
14
}
15
},
16
"Tag": {
17
18
"description": "A tag entity in the system",
19
20
"name": {
@@ -21,6 +23,7 @@
21
23
22
24
25
"Health": {
26
27
"description": "An object representing the health of a server",
28
"required": [
29
"liveThreadCount",
@@ -52,6 +55,7 @@
52
55
53
56
54
57
"JVMMemory": {
58
59
60
"allocated",
61
"max",
@@ -83,6 +87,7 @@
83
87
84
88
85
89
"ErrorMessage": {
90
86
91
"description": "A shared model for error message",
92
"required" : ["errorCode","reason"],
93
0 commit comments