Marwes / schemafy

Crate for generating rust types from a json schema
MIT License
242 stars 51 forks source link

[Feature] Basic external ref support redux #32

Closed lloydmeta closed 4 years ago

lloydmeta commented 4 years ago

This is another attempt at https://github.com/Marwes/schemafy/pull/31, but puts Rcs in the models generated from the JsonSchema spec.

@Marwes I think this is closer what you meant in https://github.com/Marwes/schemafy/pull/31#pullrequestreview-434342551 vs what was done in https://github.com/Marwes/schemafy/pull/31/commits/18a55f5783025d9c20522770a4d7b6facd679a83

lloydmeta commented 4 years ago

Closing this PR; I did some testing with all_of and it was completely broken.