docs: openapi conf update for TEE quote (#651)

This commit is contained in:
mac
2025-02-21 01:04:21 -07:00
committed by GitHub
parent f59153b0a0
commit 119ae4b2a8

View File

@@ -199,6 +199,21 @@ components:
gitCommitHash:
description: The git commit hash of source code that this notary server is running
type: string
quote:
type: object
properties:
rawQuote:
description: Hex bytes representing the signed-by-intel quote
type: string
mrsigner:
description: The key bound to the enclave, which is ephemeral and not used
type: string
mrenclave:
description: The enclave image hash, including gramine and the notary server itself
type: string
error:
description: Error that occurs when generating this quote
type: string
required:
- version
- publicKey