changedInput schema / properties / kind / description
Previous value: -"Optional: offer | receipt. Detected from the artifact when absent."New value: +"Optional. The artifact kind; detected from the artifact when absent."
addedInput schema / properties / kind / enum
Added value: +[
+ "offer",
+ "receipt"
+]
changedOutput schema / properties / key_resolution / description
Previous value: -"offline | did:web | not_attempted | budget_exhausted."New value: +"How the issuer's key was obtained, or why it was not."
addedOutput schema / properties / key_resolution / enum
Added value: +[
+ "offline",
+ "did:web",
+ "not_attempted",
+ "budget_exhausted"
+]
changedOutput schema / properties / kind / description
Previous value: -"offer | receipt, or null when undetectable."New value: +"The artifact kind, or null when it could not be detected."
addedOutput schema / properties / kind / enum
Added value: +[
+ "offer",
+ "receipt",
+ null
+]
changedOutput schema / properties / kind / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / verdict / description
Previous value: -"conforms | does_not_conform | could_not_check."New value: +"The desk's finding on the artifact."
addedOutput schema / properties / verdict / enum
Added value: +[
+ "conforms",
+ "does_not_conform",
+ "could_not_check"
+]