Greg Dennis
Greg Dennis
There's no syntax for selecting multiple individual properties from a single object. You either have to select a single property or the entire object. I would like to propose a...
Depends on #4 Depends on #1 Blocked by [an external PR](https://github.com/gregsdennis/json-everything/pull/77) Blocked by #10 This will have failed checks because #4 isn't merged. #1 has been merged, so it doesn't...
This is an open issue that my PR depends on.
This PR needs to be merged first. It's blocking #5.
### Is your feature request related to a problem? Please describe It's impossible to share a category of blog posts (e.g. case studies). ### Describe the solution you'd like Updating...
#### Describe the bug Currently, it seems that preview sites are not generated for PRs from forks. This is annoying. #### How to Reproduce Example: https://github.com/json-schema-org/website/pull/314 #### Expected behavior It...
It seems that there could be some more clarity around how vocabularies work. Specifically: - Where are they used? - Where are they defined? - What does the boolean value...
Enumerations
https://github.com/Crell/enum-comparison - C/C++ - named integers - C# - named integers, but fields on static classes can support more complex objects (more of a pattern than language support), e.g. `System.Drawing.SystemColors`,...
When generating a schema from a type, we generally have all of the information we need. (I'm having trouble thinking of a type declaration that doesn't have enough information to...
Relevant discussion: - https://github.com/json-schema-org/json-schema-spec/issues/907 - https://github.com/json-schema-org/json-schema-spec/issues/348 (also has lots of reference links) Examples of current use: - https://www.jsonschema2pojo.org/ (search "extends") Typically, inheritance is modelled something like this: ```jsonc // base...