This commit is contained in:
tamaina 2025-08-28 22:18:46 +09:00
parent 70e57ccf32
commit 92dd1347c4
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export const paramDef = {
type: 'object',
properties: {
uri: { type: 'string' },
onlyUriFetch: { type: 'boolean', optional: true, nullable: false },
onlyUriFetch: { type: 'boolean' },
},
required: ['uri'],
} as const;