Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

data class Section-section.read( Name contains Illegal characters: . #4

Open
yudhir opened this issue Apr 8, 2019 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@yudhir
Copy link

yudhir commented Apr 8, 2019

Describe the bug
Name contains Illegal characters: .
To Reproduce
generate
swagger with these refs .

\/api\/sections\/{id}\/articles": {
            "get": {
                "tags": [
                    "Article",
                    "Section"
                ],
                "operationId": "api_sections_articles_get_subresource",
                "produces": [
                    "application\/ld+json",
                    "application\/json",
                    "text\/html",
                    "application\/hal+json",
                    "multipart\/form-data"
                ],
                "summary": "Retrieves the collection of Article resources.",
                "responses": {
                    "200": {
                        "description": "Article collection response",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#\/definitions\/Article-article.read"
                            }

Expected behavior

Info Required

  • latest
    Screenshots
@ferranpons ferranpons self-assigned this Sep 18, 2019
@ferranpons ferranpons added the bug Something isn't working label Sep 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants