luckymarmot / API-Flow

Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)
MIT License
194 stars 24 forks source link

134 api blueprint #137

Closed JonathanMontane closed 7 years ago

JonathanMontane commented 7 years ago

A poor man's implementation of an API Blueprint 1A serializer. This serializer has a lot of limitations that are due to the intricacies of the MSON format (need to convert JSON Schemas into the less capable MSON format, that uses examples to infer schemas).

If someone is willing to write a JSON Schema to MSON converter, I'll update this serializer.