github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/fixtures/specs/resolution.json (about)

     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  }