...

Text file src/github.com/go-openapi/spec/fixtures/more_circulars/item4.json

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

     1{
     2  "item": {
     3    "type": "object",
     4    "required": [
     5      "title"
     6    ],
     7    "properties": {
     8      "id": {
     9        "type": "integer",
    10        "format": "uint64",
    11        "readOnly": true
    12      },
    13      "title": {
    14        "type": "string",
    15        "minLength": 2,
    16        "maxLength": 80
    17      },
    18      "subitem": {
    19        "$ref": "item4.json#/item"
    20      }
    21    }
    22  }
    23}

View as plain text