This commit is contained in:
tamaina 2022-02-20 01:32:35 +09:00
parent 0cab102f3a
commit 78ad95d3ad
303 changed files with 314 additions and 304 deletions

View file

@ -32,7 +32,7 @@ export const meta = {
},
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
name: { type: 'string', minLength: 1, maxLength: 100 },