Merge pull request #142 from biscuit-auth/fix-bwk

bwk: fix JSON schema:
This commit is contained in:
Clément Delafargue 2023-06-28 11:38:03 +02:00 committed by GitHub
commit cb19032ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,16 +40,18 @@ The response body must conform to the following schema:
"key_id": {
"type": "integer"
},
"issuer": {
"type": "string"
},
"expires_at": {
"type": "string",
"format": "date-time"
}
},
"issuer": { "type": "string" },
"required": [
"algorithm",
"keyBytes",
"keyId"
"key_bytes",
"key_id"
]
}
}