subeeshcbabu-zz / swagmock

Mock data generator for swagger api
MIT License
173 stars 38 forks source link

enum of type integer is not handled properly #21

Closed subeeshcbabu-zz closed 7 years ago

subeeshcbabu-zz commented 7 years ago
"count": {
     "enum": [
        1,
        3,
        5
      ],
     "format": "int32",
     "type": "integer"
},