github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/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