File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3030 "tests/data/expected_jsonschemas/expected.JSONSchemaComponent.schema.json" ,
3131 {
3232 "Component" : ColumnType .STRING ,
33+ "Date" : ColumnType .STRING ,
3334 "Enum" : ColumnType .STRING ,
3435 "EnumNotRequired" : ColumnType .STRING ,
36+ "InRange" : ColumnType .DOUBLE ,
37+ "List" : ColumnType .STRING_LIST ,
38+ "ListEnum" : ColumnType .STRING_LIST ,
3539 "ListEnumNotRequired" : ColumnType .STRING_LIST ,
3640 "ListInRange" : ColumnType .STRING_LIST ,
3741 "ListNotRequired" : ColumnType .STRING_LIST ,
3842 "ListString" : ColumnType .STRING_LIST ,
3943 "NoRules" : ColumnType .STRING ,
4044 "NoRulesNotRequired" : ColumnType .STRING ,
45+ "Regex" : ColumnType .STRING ,
46+ "String" : ColumnType .STRING ,
4147 "StringNotRequired" : ColumnType .STRING ,
48+ "URL" : ColumnType .STRING ,
4249 },
4350 ),
4451 (
You can’t perform that action at this time.
0 commit comments