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 7449523 commit f30df89Copy full SHA for f30df89
CIP-0108/cip-0108.common.schema.json
@@ -44,6 +44,26 @@
44
}
45
46
},
47
+ "Witness": {
48
+ "title": "Witness",
49
+ "description": "A witness proving that the author endorses the content of the metadata",
50
+ "type": "object",
51
+ "properties": {
52
+ "witnessAlgorithm": {
53
+ "title": "WitnessAlgorithm",
54
+ "type": "string",
55
+ "enum": [ "ed25519", "CIP-0008"]
56
+ },
57
+ "publicKey": {
58
+ "title": "PublicKey",
59
+ "type": "string"
60
61
+ "signature": {
62
+ "title": "Signature",
63
64
+ }
65
66
67
"body": {
68
"title": "Body",
69
"description": "The body of the metadata document that is hashed to produce a signature (CIP-100)",
0 commit comments