John Charman
John Charman
## Expected Referencing a component that does not meet the criteria an object requires should be considered invalid. ### Example A Response object referencing a component that does not contain...
## Expected Calling `validate` on a `\cebe\openapi\spec\OpenApi` object containing duplicate operationIds will return false. ### Reasoning [OperationIds MUST be unique among all operations described in the API.](https://spec.openapis.org/oas/v3.1.0#operation-object) ## Actual Calling...
Content stops rendering when you reach the bottom of the editor, any lines after scrolling are invisible.  The rendering has actually stopped in the middle of that line (you...
Looking at the [Style Examples](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-examples) I cannot see what style I should use in the following instance: A parameter `in: query` of `type: array` such that I could accept the...
## What the Specification states According to the style examples: [`style`](#dataTypeFormat) | `explode` | `array` | `object` ----------- | ------ | -------- | ------- form | false | color=blue,black,brown |...
Add support for `default path` and `ignore` in modules created using the PHP SDK.
All enums in PHP have names, but not all have values. (https://github.com/dagger/dagger/issues/8671#issuecomment-2414898388) To have a consistent way of using enums in the _PHP_ SDK, it makes sense to support enums...