-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathvalidation-errors.json
159 lines (159 loc) · 5.57 KB
/
validation-errors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"endpointErrors": {
"async_search.submit": {
"request": [
"interface definition _types:QueryVectorBuilder - Property text_embedding is a single-variant and must be required",
"interface definition _types:RankContainer - Property rrf is a single-variant and must be required"
],
"response": []
},
"cluster.get_component_template": {
"request": [
"Request: query parameter 'flat_settings' does not exist in the json spec"
],
"response": []
},
"cluster.put_component_template": {
"request": [
"Request: missing json spec query parameter 'timeout'"
],
"response": []
},
"create": {
"request": [
"Request: query parameter 'if_primary_term' does not exist in the json spec",
"Request: query parameter 'if_seq_no' does not exist in the json spec",
"Request: query parameter 'op_type' does not exist in the json spec",
"Request: query parameter 'require_alias' does not exist in the json spec",
"Request: query parameter 'require_data_stream' does not exist in the json spec"
],
"response": []
},
"eql.search": {
"request": [
"Request: query parameter 'allow_no_indices' does not exist in the json spec",
"Request: query parameter 'expand_wildcards' does not exist in the json spec",
"Request: query parameter 'ignore_unavailable' does not exist in the json spec"
],
"response": []
},
"esql.async_query": {
"request": [
"Request: query parameter 'keep_alive' does not exist in the json spec",
"Request: query parameter 'keep_on_completion' does not exist in the json spec",
"Request: query parameter 'wait_for_completion_timeout' does not exist in the json spec"
],
"response": []
},
"get_source": {
"request": [
"Request: query parameter 'stored_fields' does not exist in the json spec"
],
"response": []
},
"index": {
"request": [
"Request: missing json spec query parameter 'require_data_stream'"
],
"response": []
},
"ingest.get_ip_location_database": {
"request": [
"Request: query parameter 'master_timeout' does not exist in the json spec"
],
"response": []
},
"license.post_start_trial": {
"request": [
"Request: query parameter 'type_query_string' does not exist in the json spec",
"Request: missing json spec query parameter 'type'"
],
"response": []
},
"msearch": {
"request": [
"Request: query parameter 'allow_no_indices' does not exist in the json spec",
"Request: query parameter 'expand_wildcards' does not exist in the json spec",
"Request: query parameter 'ignore_throttled' does not exist in the json spec",
"Request: query parameter 'ignore_unavailable' does not exist in the json spec",
"Request: query parameter 'include_named_queries_score' does not exist in the json spec",
"Request: query parameter 'routing' does not exist in the json spec"
],
"response": []
},
"open_point_in_time": {
"request": [
"Request: query parameter 'max_concurrent_shard_requests' does not exist in the json spec"
],
"response": []
},
"reindex": {
"request": [
"Request: query parameter 'require_alias' does not exist in the json spec",
"Request: missing json spec query parameter 'max_docs'"
],
"response": []
},
"search_mvt": {
"request": [
"Request: query parameter 'grid_agg' does not exist in the json spec",
"Request: missing json spec query parameter 'track_total_hits'"
],
"response": []
},
"searchable_snapshots.clear_cache": {
"request": [
"Request: missing json spec query parameter 'index'"
],
"response": []
},
"security.get_user_privileges": {
"request": [
"Request: query parameter 'application' does not exist in the json spec",
"Request: query parameter 'priviledge' does not exist in the json spec",
"Request: query parameter 'username' does not exist in the json spec"
],
"response": []
},
"security.grant_api_key": {
"request": [
"Request: missing json spec query parameter 'refresh'"
],
"response": []
},
"snapshot.delete": {
"request": [
"Request: missing json spec query parameter 'wait_for_completion'"
],
"response": []
},
"snapshot.repository_analyze": {
"request": [
"Request: query parameter 'register_operation_count' does not exist in the json spec"
],
"response": []
},
"transform.get_transform": {
"request": [],
"response": [
"interface definition transform._types:RetentionPolicyContainer - Property time is a single-variant and must be required",
"interface definition transform._types:SyncContainer - Property time is a single-variant and must be required"
]
},
"watcher.execute_watch": {
"request": [
"interface definition watcher._types:TriggerContainer - Property schedule is a single-variant and must be required"
],
"response": [
"interface definition watcher._types:TriggerEventContainer - Property schedule is a single-variant and must be required"
]
},
"xpack.info": {
"request": [
"request definition xpack.info:Request / query - Property 'human' is already defined in an ancestor class"
],
"response": []
}
},
"generalErrors": []
}