- expose security definition as an enum type
- expose schema types which define
parameterswith newParameterOrReftype - Adds License object
- Adds Contact object
- Derives Default for all structs
- Derives Clone for all structs
- Changes the order of the output to be more similar to OpenAPI examples
- switch to 2018 edition
- swap error_chain for failure crate
- expose other schema types as public interfaces
- re-export Result and ResultExt as top level interfaces
- added operational
parametersfield toOperationsobject
- added optional
requiredandenum_valuesfields toSchemaobject
- added optional
formatfields toParameterobject
- added optional
summaryfield toOperationobject - made schemes and tags optional fields on
Operationobject
- initial release