Aidan Cunniffe
Aidan Cunniffe
ClassLoader.java doesn't use my path variable. I'm trying to set it with the -DPATH flag. What I have found to work is using one of the usr or sys paths...
👋 we now support 3.1! We also released our own diff tool [`optic diff` ](https://www.useoptic.com/docs/openapi-diff) which is a seperate toolchain from the rest of Opitc. Let me know if there's...
**Description** - A few users have been asking about when OAS 2 support is coming. We were not sure how hard supporting multiple versions would be, but as we discovered...
Security schemas are used to define the authentication for the operations in OpenAPI. They are shorthand for headers like `Authentication` or query parameters that include a `token`. https://spec.openapis.org/oas/v3.1.0#security-scheme-object There's a...
**Describe the enhancement** Find links in every description/summary and then try to load them. If they return a 404 it's a dead link **Additional information** Requested by @savage-alex
## 🍗 Description We were using draft-07 for our validation schema instead of draft-04 for the JSON Schema version in 3.0 ## 📚 References _Links to relevant docs (Notion, Twist,...
**Describe the bug** Optic is not failing when linting specs that have `$ref` and sibling properties specified: ```yaml field: $ref: ... type: object ``` The values are all getting merged....
I added support for a git style 'lines' diff . They don't render very nicely without pre-wrap, but since this library leaves styling to the end users I think that's...
Some users may want to use the isOpen override selectively depending on the app state. Right now even if you set it as undefined or null the code treats that...