Skip to content
Snippets Groups Projects
Commit cb51e157 authored by inso's avatar inso
Browse files

Fix lookup schema

parent ef9d9f39
Branches
Tags
No related merge requests found
......@@ -215,7 +215,6 @@ LOOKUP_SCHEMA = {
"properties": {
"pubkey": {
"type": "string"
}
},
"uids": {
"type": "array",
......@@ -231,7 +230,7 @@ LOOKUP_SCHEMA = {
"self": {
"type": "string",
},
"revokation_sig": {
"revocation_sig": {
"type": ["string", "null"]
},
"revoked_on": {
......@@ -258,7 +257,7 @@ LOOKUP_SCHEMA = {
}
}
},
"required": ["uid", "meta", "self", "revokation_sig", "revoked", "others"]
"required": ["uid", "meta", "self", "revocation_sig", "revoked", "others"]
}
},
"signed": {
......@@ -278,7 +277,7 @@ LOOKUP_SCHEMA = {
"signature": {
"type": "string"
},
"revokation_sig": {
"revocation_sig": {
"type": ["string", "null"]
},
"revoked_on": {
......@@ -288,9 +287,10 @@ LOOKUP_SCHEMA = {
"type": "boolean"
}
},
"required": ["uid", "pubkey", "meta", "revokation_sig", "revoked", "signature"]
"required": ["uid", "pubkey", "meta", "revocation_sig", "revoked", "signature"]
}
},
},
"required": ["uids", "signed"]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment