Ted Epstein
Ted Epstein
@dillonredding , just a quick question: Why do you need to inspect the `$ref`? I imagine you have a good reason. But in my earlier research, it looked like most...
Thanks @LakshmananVignesh . Totally agree that validating embedded (or referenced) examples against the provided schema is important and useful. You're describing a somewhat different validation scenario, separate from parsing, but...
Nice assist, @chris-brace . Thanks!
@jdiazgon , @mandybuchhold , I think it's likely that what you're seeing is incomplete validation by KaiZen Parser. In its current state, the parser has a limited set of rules...
@jdiazgon , the Swagger Editor uses a combination of [JSON schema validation](https://github.com/swagger-api/swagger-editor/tree/master/src/plugins/json-schema-validator) and [semantic validation](https://github.com/swagger-api/swagger-editor/tree/master/src/plugins/validate-semantic), each of these implemented as plugins to the core editor. Implementing all of the essential...
@maybeec , we're hard at work on other things at the moment, but I expect we will circle back and give you a proper response on these questions next week.
@andylowry , @vladimir-bankovic, OpenAPI 2.0 has a [JSON Schema](https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json) that describes the structure of a v2 OpenAPI document. This could be a useful input, or starting point, for creating the...
I didn't mean to suggest that we process the schema as a replacement for the types file, or that we use schema validation as a substitute for a validator class....
Yes, that fixed it.  Nice! ... but maybe there's a way to fix Clicky so this extra step won't be needed?
Thanks, @nickcmaynard , and too bad they've deprecated this feature. I probably won't be of much help in implementing this, but if there's a way to create the gist under...