https://github.com/go-swagger/go-swagger/issues/1813

source - https://solomon.yandex-team.ru/v2/api-docs?group=/api/v2


alias swagger='docker run --rm -it  --user $(id -u):$(id -g) -e GOPATH=$(go env GOPATH):/go -v $HOME:$HOME -w $(pwd) quay.io/goswagger/swagger'
swagger version


go mod init your-damain.com/swagger
swagger generate client -f doc.json  --skip-validation

notification example:
https://a.yandex-team.ru/review/2168099/details
