aglio
aglio copied to clipboard
schema.json file from aglio documentation.
Is there a way to pull the schema that is generated from aglio out into a seperate schema.json file?
I think the schema is just the schema generated from the underlying API Blueprint parser Drafter. You could just parse your blueprint with the Drafter command line tool and extract the schema's from the parse output.