...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
go-openapi
/
validate
/
fixtures
/
go-swagger
/
specs
/
deeper
/
arrayProp.json
Documentation:
github.com/go-openapi/validate/fixtures/go-swagger/specs/deeper
1
{
2
"type":"array",
3
"items": {
4
"type": "string"
5
}
6
}
View as plain text