jsonschema_code_generator 2.0.0

Crate for generating rust types from JSON schemas
Documentation
{
  "type": "object",
  "oneOf": [
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        }
      }
    },
    {
      "type": "object",
      "properties": {
        "alias": {
          "type": "string"
        }
      }
    }
  ]
}