You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix open generics definition in type alias verification
* Add void builtin type
* A tagged union can have generic parameters
* Add binary builtin type
* Fix lint
---------
Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
Copy file name to clipboardexpand all lines: output/schema/validation-errors.json
+2-48
Original file line number
Diff line number
Diff line change
@@ -36,23 +36,9 @@
36
36
],
37
37
"response": []
38
38
},
39
-
"async_search.get": {
40
-
"request": [],
41
-
"response": [
42
-
"type_alias definition _types:EpochTime / instance_of - No type definition for '_types.EpochTime:Unit'",
43
-
"type_alias definition _types.aggregations:Buckets / union_of / dictionary_of / instance_of - No type definition for '_types.aggregations.Buckets:TBucket'",
44
-
"type_alias definition _types.aggregations:Buckets / union_of / array_of / instance_of - No type definition for '_types.aggregations.Buckets:TBucket'",
45
-
"type_alias definition _spec_utils:Void / instance_of - No type definition for '_builtins:void'",
46
-
"type_alias definition _types:DurationValue / instance_of - No type definition for '_types.DurationValue:Unit'",
47
-
"type_alias definition _global.search._types:Suggest - A tagged union should not have generic parameters",
48
-
"type_alias definition _global.search._types:Suggest / instance_of / Generics / instance_of - No type definition for '_global.search._types.Suggest:TDocument'",
0 commit comments