Skip to content

Commit

Permalink
Change CBOR Dict reference to CBOR map
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <[email protected]>
  • Loading branch information
SteveLasker committed Jan 3, 2025
1 parent 45ca4d6 commit a69ee71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-scitt-scrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The following HTTP endpoints are mandatory to implement to enable conformance to

This endpoint is used to discover the capabilities and current configuration of a transparency service implementing this specification.

The Transparency Service responds with a dictionary of configuration elements.
The Transparency Service responds with a CBOR map of configuration elements.
These elements are Transparency-Service specific.

Contents of bodies are informative examples only.
Expand All @@ -191,7 +191,7 @@ Payload (in CBOR diagnostic notation)
18([ ; COSE_Sign1 structure with tag 18
h'44A123BEEFFACE', ; Protected header (example bytes)
{}, ; Unprotected header
{ ; Payload - CBOR dict
{ ; Payload - CBOR map
"issuer": "https://transparency.example",
"base_url": "https://transparency.example/v1/scrapi",
"oidc_auth_endpoint": "https://transparency.example/auth",
Expand Down

0 comments on commit a69ee71

Please sign in to comment.