Henry Andrews
Henry Andrews
This is fixed in 3.2 which is now out!
@char0n My reading of this is that this: > In principle, JSON files should not contain any [scalars](https://yaml.org/spec/1.2.2/#scalars) that do not match at least one of these. Hence the YAML...
@sigmavirus24 submitted PR #108!
@ChMThiel there isn't any conflict here. What @MikeEdgar seems to be pointing out is that if you `$ref` a schema with `type: "string"`, you can't just stick a `type: "null"`...
> Afaik the anyOf was orginaly intend to be used for multiple types (like inheritance: e.g. anyOf plant: tree, bush, flower, etc.) In such a case the 3.1.0-way of rendereing...
XML remains common in certain industries, and with AI engaging with APIs across industries, this becomes increasingly important for technologies like Arazzo. JSON-oriented products might not see XML in their...
@RomanHotsiy I do agree that we should design based on use cases, but the weird partitioning of the JSON and XML spaces makes each somewhat blind to the other's use...
@RomanHotsiy thanks for taking the time to elaborate! I'll spend a little more time with this proposal before replying further.