Merge remote-tracking branch 'misskey-original/develop' into develop
# Conflicts: # package.json # packages/frontend/src/components/MkFoldableSection.vue # packages/frontend/src/components/MkPostForm.vue
This commit is contained in:
commit
7579df2da0
48 changed files with 607 additions and 292 deletions
|
|
@ -121,6 +121,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