mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-01 06:37:04 +03:00
14 lines
283 B
JSON
14 lines
283 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"code": {
|
||
|
"type": "string",
|
||
|
"description": "A machine unique code"
|
||
|
},
|
||
|
"message": {
|
||
|
"type": "string",
|
||
|
"description": "A human-friendly error message"
|
||
|
}
|
||
|
}
|
||
|
}
|