RakipInitiative / ModelRepository

Joint project of EFSA, Federal Institute For Risk Assessment, DTU and ANSES to create a online model repository.
GNU General Public License v3.0
2 stars 0 forks source link

FSKX Schema Builder: Integrate into FSK-Lab #438

Open schuelet opened 1 year ago

schuelet commented 1 year ago
schuelet commented 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"