Annotations
|
Description The state of a registered server dependency.
|
|
Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
service status message
|
optional optional optional
|
|
Used by
|
|
Source
|
"ServiceDependency": {
"type": "object",
"description": "The state of a registered server dependency.",
"properties": {
"service": {"type": "string"},
"status": {"type": "string"},
"message": {
"type": "string",
"description": "Human-readable message for explaining the current state."
}
}
}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
ServiceDependency |
ServiceDependency/properties/service |
|
Source
|
"service": {"type": "string"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
ServiceDependency |
ServiceDependency/properties/status |
|
Source
|
"status": {"type": "string"}
|
|
Annotations
|
Description Human-readable message for explaining the current state.
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
ServiceDependency |
ServiceDependency/properties/message |
|
Source
|
"message": {
"type": "string",
"description": "Human-readable message for explaining the current state."
}
|
|