...

Text file src/github.com/go-openapi/validate/fixtures/validation/fixture-1289-donotload.yaml

Documentation: github.com/go-openapi/validate/fixtures/validation

     1"someIds": {
     2    "type": "array",
     3    "example": [
     4        413,
     5        231,
     6        777
     7    ],
     8    "default": [
     9        413,
    10        231,
    11        777
    12    ],
    13    "items": {
    14        "type": "number"
    15    }
    16},
    17"getSomeIds": {
    18    "type": "object",
    19    "properties": {
    20        "someIds": {
    21            "$ref": "#/definitions/someIds",
    22            "type": "array"
    23        }
    24    }
    25},

View as plain text