Evgeny Bondarenko
Evgeny Bondarenko
Still having this issue. Please - at least put it to README if it is too difficult to fix, I wasted hours on this bug.
@yombunker we resolved this issue for ourselves monthes ago. The problem is that 1. This problem exists in the first place 2. It is not described in repository readme
Yup, I think that it is an important fix, but I grew a bit tired from pushing this pull request for a long time (October 2018)... Also it seems that...
I am not sure that stack trace should really be implemented, am I am not sure that it should be added this way. This PR is just an example. I...
I just checked specifications of draft-06 and draft-07 - and it seems that needed features were implemented even ealier... I don't know what exactly works but what I need: 1)...
I can also provide a sample of schema that I want to convert.
Thanks for the explanation! I want to make a convertor which could help use ajv schemas for swagger documentation, this is a sample of my code: https://github.com/jehy/jsonSchemaToOpenApi/blob/master/index.js My test schema...
No problem, it just needs to be serilized: https://github.com/jehy/jsonSchemaToOpenApi/blob/master/jsonSchema.json
I changed `patternProperties` to `x-patternProperties`. I suppose that `json-schema-to-openapi-schema` should do it automatically but it was not the case and I had to manually do it. It just a simple...
May be we can try downgrading `patternProperties` to `additionalProperties` with `string` type like described here? https://www.e-learn.cn/content/wangluowenzhang/1657225 I think that we will lose regexp format, but retain the structure of document.