openapi-processor / openapi-processor-core

moved into openapi-processor-base
Apache License 2.0
7 stars 5 forks source link

Formats not work #21

Closed schlagi123 closed 4 years ago

schlagi123 commented 4 years ago

I use the following type:

type: string
format: uuid

The generator don't know uuid and the process of generation fails. My idea is, that in case of missing format the default type will be used (in the example 'string').