Greg Dennis

Results 1181 comments of Greg Dennis

@Anshul439, we don't have a timeline on the next release. Also, we typically reserve spec issues (this repo) for TSC and other established experts. If you're looking to contribute somewhere,...

Algolia? Is this something new or are we already using this? If it's something new, I'd like to understand why we need it.

I'm not sure what you're asking here. You've tagged _JsonSchema.Net_ but it looks like you want to generate data (which would be _JsonSchema.Net.DataGeneration_). However, it also looks like you want...

Okay, but how are JSON Schema or the libraries offered by this repository used in what you're asking? These libraries don't affect serialization. It sounds to me like you just...

@Kishan-Shiva I'm happy to help with your question, I'm just trying to figure out if you're having a problem with my libraries or with something else.

_[Edit: The below was in response to the original proposal.]_ The stipend, to me, seems like a lottery and a breeding ground for favoritism. I had reservations when I read...

I think @Julian is probably the best person to comment on Python-specific things. --- I do have a question: would you consider this to be valid data? ```json { "requiredProp":...

We've removed the allowance of fragments in `$id`. It makes sense to disallow them in `$schema` as well if we haven't already. My implementation would reject this saying that it...

[Section 8.1.1](https://json-schema.org/draft/2020-12/json-schema-core#section-8.1.1): > The value of this keyword MUST be a [URI](https://json-schema.org/draft/2020-12/json-schema-core#RFC3986) [[RFC3986](https://json-schema.org/draft/2020-12/json-schema-core#RFC3986)] (containing a scheme) and this URI MUST be normalized. Normalization is discussed in [RFC 3986 section 6.2.1](https://www.rfc-editor.org/rfc/rfc3986.html#section-6.2.1)...