Flemming Madsen
Flemming Madsen
Fixes #1560 This PR modifies SampleJsonDataGenerator to support re-use of definitions, and by extension, recursion. See issue for the problem before. ### Example 1 Now the following schema: ```json {...
Given this schema: ```json { "definitions": { "withNumber": { "type": "object", "required": ["value"], "properties": { "value": { "type": "number" } } } }, "type": "object", "required": ["number1", "number2"], "properties": {...
**Sylius docs version**: 1.10 (though it looks unchanged for the last several versions). Problem was the same on 1.9. With 1.8 it worked. Edit: provided [reproduction that it works in...
The problem occurs in https://github.com/Setono/GlsWebserviceBundle and/or https://github.com/Setono/gls-webservice-php-sdk but the right course of action to solve problem is unclear. If the GLS provider is registered (and their webpage is down), resolution...