Greg Dennis

Results 715 comments of Greg Dennis

See branch **feature/issue-121-schema-generation** @sixlettervariables & @mikemol, please see `SchemaGenerationTarget` for an example of usage of things currently supported. The test that uses this is in the `GenerationTest` class. I'd like...

I have made some additional improvements. I'm working on extracting common schemas into the root `definitions` collection.

@mikemol I have a question about your preference for the output schema. The way I see it there are a couple options: ## Repetition Schemas for properties are simply defined...

@sixlettervariables I'm building it with draft 7 for now. I'll update to support all drafts once I nail down the logic. I'm not sure what you mean by "events" in...

@mikemol any thoughts or preferences on the repitition/consolidation approaches I mentioned above?

@mikemol @sixlettervariables any additional thoughts on this? It's a good feature. I don't want to see it stall out, but I think we need to nail down the desired behavior.

Okay.... It's been a _long_ time, but I think I need to get this done. I've also since rebuilt the schema implementation, and I failed to keep this branch up-to-date....

Sadly no. I never got the chance to rewrite this. Life happens, you know. If there's enough interest, I might be able to find some time.

Hey there. Thanks for the question. I made that change as the JSON Path working group [decided](https://github.com/ietf-wg-jsonpath/draft-ietf-jsonpath-base/issues/44) to include the path to the match as a JSON Path. The reasoning...

> A simple IEnumerable ToPathElements() in JsonPath would make it compatible with JsonPointer.Create(IEnumerable elements) without the hard-coded dependency, right? Yeah, that's not a bad idea. I'll take a look and...