openapi-processor / openapi-processor/openapi-parser
openapi validation question
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 27
- Forks
- 2
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 8
Description
hi i am trying to validate an openapi 3 file, json format,
using other tools i got
{"errors":[{"code":400,"message":"Malformed OAS3 document: attribute components.schemas.Schema name ResponsePayloadByte[] doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$"}
and also this stuff
https://quobix.com/vacuum/
return some validation error.
if i try using openapi-parser lib inside a java app, i don't get any validation error, the file is correctly parsed and it work fine.
am i missing anything? shouldn't it fail?
i am attaching file that give error
thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing validation of the attached PFM_User_Dots.json with openapi-parser and compare its result with the other reported tools. Check the OpenAPI 3 schema-name constraint and determine whether the parser should reject ResponsePayloadByte[]; done means explaining the discrepancy or documenting a confirmed validation defect.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100