Retroswagger icon indicating copy to clipboard operation
Retroswagger copied to clipboard

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

Open yudhir opened this issue 6 years ago • 0 comments

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

yudhir avatar Apr 08 '19 07:04 yudhir