Update schemas.ts
This commit is contained in:
parent
d8d51519c4
commit
76edcdbe45
|
@ -9,7 +9,7 @@ export const schemas = {
|
||||||
properties: {
|
properties: {
|
||||||
code: {
|
code: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'An error code.',
|
description: 'An error code. Unique within the endpoint.',
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|
Loading…
Reference in New Issue