issues Search Results · repo:ahx/openapi_first language:Ruby
Filter by
70 results
(98 ms)70 results
inahx/openapi_first (press backspace or delete to remove)See https://spec.openapis.org/oas/latest.html#fixed-fields-for-use-with-content-0
enhancement
ahx
- Opened 23 days ago
- #330
I m experiencing some issues when using file properties nested within a requestBody. I m new to this library, so feel
free to point out if I m just neglecting to consider something basic or obvious -- ...
bug
ajmanlove
- 5
- Opened 28 days ago
- #324
Given an Openapi definition like
paths:
/foo:
get:
parameters:
- name: ids
in: query
style: form
explode: true
schema:
type: ...
bug
moberegger
- 8
- Opened on Jan 23
- #320
Given api.yaml:
openapi: 3.1.0
paths:
/ads:
post:
summary: Create one or more ads
operationId: bookAds
parameters:
- in: header
name: X-API-VERSION
...
bug
gap777
- 3
- Opened on Jan 21
- #316
I haven t quite figured out what the problem might be, but: given a directory traversal like
$ref : ../resources/users.yaml
uri.path always flattens this incorrectly to /resources/users.yaml.
I suspect ...
bug
gjtorikian
- 4
- Opened on Jan 15
- #313
Description
The provided assert_api_conform method does not perform actual assertions using Rails testing framework. As a result,
when this method is used in Rails tests, Rails emits a warning indicating ...
schwarzfa
- 2
- Opened on Jan 15
- #312
When providing openapi_first a spec containing a schema like
components:
schemas:
MySelfRef:
type: object
properties:
foo:
type: string
bar:
...
bug
moberegger
- 5
- Opened on Sep 26, 2024
- #291
Ran into an issue with oneOf unions, but only when using a discriminator property. I am not sure if this is an
openapi_first issue or a json_schemer issue, so I d though I d try here first.
Given a simple ...
bug
moberegger
- 14
- Opened on Jul 22, 2024
- #285
I ve stumbled on this error:
My API responds with an binary stream (file attachment). In my openapi.yml the response is described like this:
...
content:
*/* :
schema:
...
bug
gobijan
- 8
- Opened on Jul 17, 2024
- #281
OpenAPI 3.1 has a webhooks key in addition to paths. Could this be expose for completeness to the spec s sake?
I wanted to try implementing this myself but didn t know where to begin. It might be as simple ...
enhancement
gjtorikian
- 5
- Opened on Jul 16, 2024
- #280

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.