-
Given my understanding of JSON schema and OpenAPI (3.1) the following schema is supposed to be valid:
```yaml
paths:
/path:
get:
parameters:
- name: obj
in: quer…
-
**Elasticsearch version: 5.6.9**
When using validate API with inner queries returned results are not consistent:
The following queries, according to the API, are invalid:
1. {"query":{"query…
-
**Describe the bug**
With this query:
```
query TestQuery($slug: String! = "utay") {
user(slug: $slug) {
id
}
}
```
This error is returned:
```
{
"errors": [
{
"m…
utay updated
2 months ago
-
When validating the query params of an endpoint with parameters of type array we get a validation error:
Example:
```
GET /api/users?ids[]=1&ids[]=2
```
Operation param defined as:
```
Oper…
-
-
The tokenizer/parser will choke if a query is syntactically bad, but queries should also fail if they are semantically invalid for these kinds of reasons:
- Trying to run an aggregation on a field tha…
-
Hi,
Can you help me on how to use `FormRequest` to validate query parameters?
here's a my code:
Route:
```
Route::controller(UserController::class)->group(function () {
Route::get('get-u…
-
Make validation receipts available to be queried and include them in gossip, so they can be exposed to others who want to see the social perspective on validity of actions.
-
### Is your feature request related to a problem?
The autocomplete function gets called every single time they type a letter, so if you query the database every time, it'll get pretty slow.
### Des…
SGA-A updated
2 hours ago
-
i try use this lib with validate query argument but seem not work