Open rvullriede opened 3 weeks ago
Install latest version:
brew install jsonschema2pojo
check version:
jsonschema2pojo -v jsonschema2pojo version 1.2.2
try to generate code for https://adaptivecards.io/:
jsonschema2pojo --source http://adaptivecards.io/schemas/adaptive-card.json --target java-gen -log trace
The online output I get is:
Reading schema: http://adaptivecards.io/schemas/adaptive-card.json
No additional info is logged, no files are generated.
Same result when I use the maven plugin.
Hi
It looks like a duplicate of #1547 thus following comment there is also applicable to given case.
Install latest version:
brew install jsonschema2pojo
check version:
jsonschema2pojo -v jsonschema2pojo version 1.2.2
try to generate code for https://adaptivecards.io/:
jsonschema2pojo --source http://adaptivecards.io/schemas/adaptive-card.json --target java-gen -log trace
The online output I get is:
Reading schema: http://adaptivecards.io/schemas/adaptive-card.json
No additional info is logged, no files are generated.
Same result when I use the maven plugin.