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