...

Text file src/github.com/go-openapi/loads/fixtures/yaml/swagger/test3-ter-model-schema.json

Documentation: github.com/go-openapi/loads/fixtures/yaml/swagger

     1{
     2  "$schema": "http://json-schema.org/draft-04/schema#",
     3  "id": "./test3-model-schema.json",
     4  "title": "test3-model-schema",
     5  "description": "Test schema responses",
     6  "definitions": {
     7    "b": {
     8      "type": "array",
     9      "items": {
    10        "type": "string"
    11      }
    12    }
    13  }
    14}

View as plain text