happyxhw
happyxhw
Is there any plan to support response example ? https://swagger.io/docs/specification/2-0/adding-examples/   github.com/go-openapi/[email protected]/response.go:146: 
 
any one can run this correctly ? ``` FROM nextcloud:18-fpm-alpine RUN apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing dlib RUN wget https://github.com/goodspb/pdlib/archive/master.zip \ && mkdir -p /usr/src/php/ext/ \ && unzip -d /usr/src/php/ext/ master.zip...