mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 02:10:18 -06:00
32 lines
787 B
JSON
32 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"
|
|
}
|
|
}
|
|
}
|