issues Search Results · repo:thephpleague/openapi-psr7-validator language:PHP
Filter by
118 results
(57 ms)118 results
inthephpleague/openapi-psr7-validator (press backspace or delete to remove)Hi,
I don t have much details regarding the exact cause, and I d appreciate your help identifying it. We have a service
running on OpenSwoole, and we are seeing requests becoming slower and slower as ...
mpviau
- Opened on Jan 30
- #242
I came across this when using the eBay OpenAPI spec, see:
https://developer.ebay.com/api-docs/sell/inventory/resources/methods
The server url has the following format:
{
servers : [
{
url ...
mjphaynes
- Opened on Jan 14
- #240
I know OpenAPI does not support the disallowing of query parameters not defined in the document. However, as we have the
exception for it it would be great if we could make this optional functionality. ...
BBGuy
- Opened on Oct 15, 2024
- #236
I have my OpenAPI specification with two securitySchemes defined, and they re also both applied to the whole API in the
global security property.
If I run the request validator, the validation fails, ...
nepda
- 1
- Opened on Oct 8, 2024
- #235
The validator does not appear to accept JSON objects as properties of a multipart payload. For example, in this
trimmed-down schema:
openapi: 3.1.0
paths:
/intake:
post:
requestBody:
...
dmjohnsson23
- 6
- Opened on Oct 2, 2024
- #234
Hello, i have problem with PUT operation, when body is optional, in OAS3.1 specified as:
requestBody:
required: false
description: XXXXX
content:
application/json:
schema: ...
tomasjanda
- Opened on Sep 27, 2024
- #233
Summary
The League\OpenAPIValidation\PSR7\Validators\BodyValidator\MultipartValidator class does not properly validate
collections of file objects that have a combination of binary (files) and non-binary ...
leobedrosian
- Opened on Sep 24, 2024
- #231
I need to check that file[] and title[] are not empty.
Once I set required, I get Body does not match schema for content-type \ multipart\/form-data\ If i remove required ,
upload works correctly.
requestBody: ...
akshare
- Opened on Sep 13, 2024
- #230
Package version 0.22.0
Describe the bug Schema discriminator is not supported:
https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/
To Reproduce
components:
responses:
...
leon0399
- 1
- Opened on Aug 29, 2024
- #229
Given a schema:
openapi: 3.0.0
info:
title: test
version: test
description: test
termsOfService: test
paths:
/api/data:
post:
requestBody:
required: true
content:
...
leNEKO
- Opened on May 2, 2024
- #227

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!
Press the /
key to activate the search input again and adjust your query.
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!
Press the /
key to activate the search input again and adjust your query.