jsonschema_code_generator 2.0.0

Crate for generating rust types from JSON schemas
Documentation
{
  "type": "object",
  "title": "Collision",
  "properties": {
    "a": {
      "type": "object",
      "properties": {
        "foo": {}
      }
    },
    "b": {
      "type": "object",
      "title": "a",
      "properties": {
        "foo": {}
      }
    },
    "c": {
      "type": "object",
      "title": "a",
      "properties": {
        "foo": {}
      }
    }
  }
}