We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa99c86 commit 06d90b4Copy full SHA for 06d90b4
examples/sign.py
@@ -71,7 +71,8 @@ def callback_signer_es256(data: bytes) -> bytes:
71
"name": "python_example",
72
"version": "0.0.1",
73
}],
74
- # claim version 2 is the default
+ # Claims version 2 is the default, so the version
75
+ # number can be omitted.
76
# "claim_version": 2,
77
"format": "image/jpeg",
78
"title": "Python Example Image",
examples/sign_info.py
@@ -68,6 +68,8 @@
68
69
70
+ # This manifest uses v1 claims,
+ # so the version 1 must be explicitly set.
"claim_version": 1,
0 commit comments