...

Text file src/github.com/go-openapi/spec/fixtures/expansion/pathItems.json

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

     1{
     2    "swagger": "2.0",
     3    "info": {
     4      "version": "1.0",
     5      "title": "PathItems refs"
     6    },
     7    "paths": {
     8      "/todos": {
     9        "$ref": "pathItem1.json#/getTodo"
    10      }
    11   }
    12}

View as plain text