OpenAPITools / OpenAPITools/openapi-generator
[REQ] Generate XSD based on OpenAPI spec
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
I need to validate xml payload by openapi schema.
Solution is to convert openapi to xsd and then use conventional tools to validate xml.
The best alternative i found is atlassian swagger request validation library. But it does not provide xml validation.
XSD generator must respect xml meta info (especially for array type) and allOf, oneOf, anyOf cases.
Contributor guide
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
The issue names no source file, entry point, or test. Start by locating the generator path responsible for OpenAPI schema conversion and any existing XML-related tests; done means producing XSD that handles XML metadata, arrays, and allOf, oneOf, and anyOf cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, openapi
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100