fix(ci): スキーマ書き換えの際のミスを修正
This commit is contained in:
parent
4499190844
commit
b61d7c8743
|
@ -191,7 +191,7 @@ export const paramDef = {
|
|||
then: {
|
||||
properties: {
|
||||
text: {
|
||||
type: ['string', 'null'],
|
||||
type: 'string',
|
||||
minLength: 1,
|
||||
maxLength: MAX_NOTE_TEXT_LENGTH,
|
||||
pattern: '[^\\s]+',
|
||||
|
|
Loading…
Reference in a new issue