mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 13:49:03 +03:00
13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"code": {
|
|
"type": "string",
|
|
"description": "A machine unique code"
|
|
},
|
|
"message": {
|
|
"type": "string",
|
|
"description": "A human-friendly error message"
|
|
}
|
|
}
|
|
}
|