openapi2jsonschema icon indicating copy to clipboard operation
openapi2jsonschema copied to clipboard

feat(fakers): ability to add fakers

Open bartoszmajsak opened this issue 7 years ago • 0 comments

As mentioned in #7 I am playing with fuzzy testing and for that I'm using https://github.com/json-schema-faker/json-schema-faker. I wanted to have an option of adding fixer fields while generating the schema, so I can influence how particular field is generated. I'm aware this can be done as part of OpenAPI extension in k8s upstream, but was wondering if we couldn't have this flexibility at this level for testing purposes.

bartoszmajsak avatar Nov 23 '17 14:11 bartoszmajsak