Open schuelet opened 1 year ago
@ahmadswaid : Here is the terminal command to generate the java classes with openapi-generator-cli. I had to specify which library the generator uses to create the classes (google-api-client seems to work best):
openapi-generator-cli generate -i XSDExample.json -g java -o ./XSDGenerationTest/ --additional-properties="modelPackage=de.bund.bfr.metadata.swagger,library=google-api-client"