-
### Is your feature request related to a problem? Please describe.
The methods of `JsonPatchDocument` accept string `path` parameters which each accept strings with no additional validations.
In…
-
First, thanks for all of your hard work on this.
Useful error messages are perhaps the most important feature of any serialization/deserialization framework. What sorts of errors does this library …
-
| Q | A
| ------------------------------- | -------
| Bug or feature request? | Bug
| Which Swagger/OpenAPI version? | 2.0
| Which Swagger-UI version? …
-
Thanks for the excellent library. I am attempting to use the recently released [xapi schema](https://github.com/RusticiSoftware/TinCanSchema) to validate xapi statements. While their schema is very gr…
-
Hi, I'm trying json-refs and it works except I can't get relative paths within the same document to work. Here is the setup within a new empty directory to get an absolute path within the same docume…
-
**PHP version:** 7.2
**Symfony version:** 4.3.1
**API-Platform version:** 2.4.5
### How to reproduce
- Configure API Platform to use `jsonapi` as default payload serializer
- Perform any reques…
-
Currently when my model validates a value that was completely excluded from the payload I get a response with empty pointers.
```json
{
"errors": [
{
"title": "Invalid user_id",
…
-
**Is your feature request related to a problem? Please describe.**
I am streaming values from a large JSON file into a dataframe, but I am unable to group relevant items together due to lack of depth…
-
http://json-schema.org/
This is maybe more generic than https://docs.python-cerberus.org/en/stable/index.html ?
-
One edge case I came across is on `JwpPresentedBuilder.set_undisclosed` not supporting special characters in JSON.
For example, the following is a valid JSON:
```rust
let custom_claims = serde…