mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08: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"
|
|
}
|
|
}
|
|
}
|