Skip to content

Commit

Permalink
provider and service provider are text strings
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Fossati <[email protected]>
Co-authored-by: Dionna Amalie Glaze <[email protected]>
  • Loading branch information
thomas-fossati and deeglaze committed Oct 6, 2024
1 parent 6cd5abf commit 4712983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tsm-report.cddl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
tsm-report = {
? auxblob: binary-string
outblob: binary-string
provider: binary-string
provider: tstr
? service-report
}

service-report = ((
manifestblob: binary-string
service_provider: binary-string
) // service_provider: binary-string)
service_provider: tstr
) // service_provider: tstr)

binary-string = base64url-string .feature "json" / bstr .feature "cbor"

Expand Down

0 comments on commit 4712983

Please sign in to comment.