Update schemas.ts

This commit is contained in:
syuilo 2019-02-24 04:27:09 +09:00
parent d8d51519c4
commit 76edcdbe45

View file

@ -9,7 +9,7 @@ export const schemas = {
properties: {
code: {
type: 'string',
description: 'An error code.',
description: 'An error code. Unique within the endpoint.',
},
message: {
type: 'string',