Merge branch 'expand-schema' into stream-types
This commit is contained in:
commit
9fc59a7b2f
|
@ -48,6 +48,7 @@ export const refs = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface Schema extends SimpleSchema {
|
export interface Schema extends SimpleSchema {
|
||||||
|
items?: Schema;
|
||||||
properties?: Obj;
|
properties?: Obj;
|
||||||
ref?: keyof typeof refs;
|
ref?: keyof typeof refs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue