github.com/ryanbennettvoid/go-swagger@v0.18.1-0.20190104015444-3854bbbe2392/fixtures/bugs/1774/AccessToken.yaml (about) 1 type: object 2 properties: 3 value: 4 type: string 5 issuedAt: 6 type: string 7 format: datetime 8 signature: 9 type: string 10 required: 11 - value 12 - issuedAt 13 - signature