fix
This commit is contained in:
parent
70e57ccf32
commit
92dd1347c4
|
@ -111,7 +111,7 @@ export const paramDef = {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
properties: {
|
properties: {
|
||||||
uri: { type: 'string' },
|
uri: { type: 'string' },
|
||||||
onlyUriFetch: { type: 'boolean', optional: true, nullable: false },
|
onlyUriFetch: { type: 'boolean' },
|
||||||
},
|
},
|
||||||
required: ['uri'],
|
required: ['uri'],
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue