Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data definitions is not quoted properly in case of complicated expressions #77

Closed
Alexei-Kornienko opened this issue Jul 23, 2019 · 0 comments

Comments

@Alexei-Kornienko
Copy link
Contributor

Procedure:
            type: object
            title: Procedure
            description: None
            properties:
              status:
                type: string
              bids:
                type: array
                items:
                  $ref: #/definitions/Bid
              questions:
                type: array
                items:
                  $ref: #/definitions/Question

"$ref: #/definitions/Question" should be quoted to be properly rendered in swagger.json

Alexei-Kornienko added a commit to Alexei-Kornienko/aiohttp-swagger that referenced this issue Jul 23, 2019
@cr0hn cr0hn closed this as completed in df97bc3 Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant