Running on Windows, in Visual Studio, using the nuget SwashBuckle 5.6.0

When I visit the swagger UI I see the main window, but the only content is 
this message

    "fetching resource list: http://localhost:53649/swagger/docs/v1; Please 
wait."

The javascript console says "Unable to get property 'parameters' of 
undefined or null reference" swagger-ui-min-js (8,1384)

The URL mentioned does have data that looks good, so where to I go next to 
diagnose this?

{
    "swagger": "2.0",
    "info": {
        "version": "v1",
        "title": "Logical Ink Web API",
        "description": null,
        "termsOfService": null,
        "contact": null,
        "license": null,
        "vendorExtensions": {}
    },
    "host": "localhost:53649",
    "basePath": null,
    "schemes": ["http"],
    "consumes": null,
    "produces": null,
    "paths": {
        "/api/ApplicationInstance/{id}": {
            "$ref": null,
            "get": {
                "tags": ["ApplicationInstance"],
                "summary": "Get an application (smart-set) by id, include 
it's forms and templates as well as\r\nany instances that used the 
particular visit id",
                "description": null,
                "externalDocs": null,
                "operationId": "ApplicationInstance_Get",
                "consumes": [],
                "produces": ["application/json", "text/json"],
                "parameters": [{
                    "$ref": null,
                    "name": "id",

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to