aglio icon indicating copy to clipboard operation
aglio copied to clipboard

schema.json file from aglio documentation.

Open jbrauchler opened this issue 9 years ago • 1 comments

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

jbrauchler avatar Jun 29 '16 21:06 jbrauchler

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.

kylef avatar Jul 21 '16 16:07 kylef