Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
a409eb14d6
41 changed files with 482 additions and 142 deletions
|
@ -129,6 +129,7 @@ export interface Schema extends OfSchema {
|
|||
readonly example?: any;
|
||||
readonly format?: string;
|
||||
readonly ref?: keyof typeof refs;
|
||||
readonly selfRef?: boolean;
|
||||
readonly enum?: ReadonlyArray<string | null>;
|
||||
readonly default?: (this['type'] extends TypeStringef ? StringDefToType<this['type']> : any) | null;
|
||||
readonly maxLength?: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue