fix(ci): スキーマ書き換えの際のミスを修正

This commit is contained in:
zyoshoka 2024-01-13 12:07:50 +09:00
parent 4499190844
commit b61d7c8743
No known key found for this signature in database
GPG key ID: 0C2CB8FBA309A5B8

View file

@ -191,7 +191,7 @@ export const paramDef = {
then: {
properties: {
text: {
type: ['string', 'null'],
type: 'string',
minLength: 1,
maxLength: MAX_NOTE_TEXT_LENGTH,
pattern: '[^\\s]+',