Dillon Redding

Results 6 issues of Dillon Redding

This might already be a known issue, but I haven't found anything exact. There seems to be an issue resolving external references that are recursive. Here's an example (a bit...

Trying to understand Mason's support for [queries](https://github.com/the-hypermedia-project/charter/blob/master/reference/hypermedia-elements.md#queries)/[templated transitions](https://github.com/the-hypermedia-project/charter/blob/master/reference/hypermedia-elements.md#templated-transitions). I'm not sure exactly how to specify the action metadata for a request like this: ```text GET /foo?bar=abc&baz=123 HTTP/1.1 ``` According to...

**Describe the bug** The default resolvers don't function as [documented](https://meta.stoplight.io/docs/spectral/docs/guides/3-javascript.md#using-a-custom-resolver). > By default, http(s) and file protocols are resolved, _relatively to the document Spectral lints against_. [Emphasis mine] However, when...

t/bug
json-refs

**Describe the bug** In an attempt to work around #1314, I found that when overriding only the `file` `$ref` resolver, the default `http` and `https` `$ref` resolvers are not used...

t/bug
json-refs

**User story.** As an API designer, when I define a security requirement at the top-level, or for an operation, then I want it to be defined in the `securitySchemes` `components`....

enhancement
OpenAPI

Perhaps I'm missing something, but I can't seem to get the reference of an array's items. Given the spec: openapi: 3.0.2 # ... components: schemas: event: type: object properties: invitees:...