github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1774/Users.yaml (about) 1 # Users 2 type: object 3 properties: 4 users: 5 type: array 6 items: 7 $ref: "./User.yaml" 8 required: 9 - users