mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
31 lines
787 B
JSON
31 lines
787 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"status": {
|
|
"type": "string",
|
|
"enum": [
|
|
"pass",
|
|
"fail"
|
|
],
|
|
"description": "The status of the service"
|
|
},
|
|
"version": {
|
|
"type": "string",
|
|
"description": "Shlink version"
|
|
},
|
|
"links": {
|
|
"type": "object",
|
|
"properties": {
|
|
"about": {
|
|
"type": "string",
|
|
"description": "About shlink"
|
|
},
|
|
"project": {
|
|
"type": "string",
|
|
"description": "Shlink project repository"
|
|
}
|
|
},
|
|
"description": "A list of links"
|
|
}
|
|
}
|
|
}
|