OpenAPITools / OpenAPITools/openapi-generator

[REQ] Generate XSD based on OpenAPI spec

Open
#9,184 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement: Feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.