...

Text file src/github.com/go-openapi/spec/fixtures/specs/resolution.json

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

     1{
     2  "id": "http://localhost:1234",
     3  "items": {
     4    "id": "deeper/",
     5    "items": {
     6      "$ref": "stringProp.json"
     7    }
     8  },
     9  "definitions": {
    10    "bool": {
    11      "$ref": "boolProp.json"
    12    }
    13  }
    14}

View as plain text