shlink/docs/swagger/definitions/Error.json
2016-10-22 23:44:14 +02:00

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"
}
}
}