We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63b172 commit 934f32fCopy full SHA for 934f32f
5 files changed
src/Field.ts
@@ -36,6 +36,7 @@ export interface FieldOptions
36
range?: string;
37
type?: FieldType;
38
arrayType?: FieldType;
39
+ enum?: string[] | number[];
40
reference?: string | Resource;
41
embedded?: Resource;
42
required?: boolean;
0 commit comments