...

Text file src/github.com/go-openapi/spec/fixtures/bugs/schema-148.json

Documentation: github.com/go-openapi/spec/fixtures/bugs

     1{
     2    "definitions": {
     3        "empty": {
     4            "additionalProperties": {}
     5        },
     6        "false": {
     7            "additionalProperties": false
     8        }
     9    }
    10}

View as plain text