danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

schema.json file from aglio documentation. #271

Open jbrauchler opened 8 years ago

jbrauchler commented 8 years ago

Is there a way to pull the schema that is generated from aglio out into a seperate schema.json file?

kylef commented 8 years ago

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.