diff --git a/little_boxes/key.py b/little_boxes/key.py index c1fb1ee..757ef97 100644 --- a/little_boxes/key.py +++ b/little_boxes/key.py @@ -41,6 +41,7 @@ class Key(object): "id": self.key_id(), "owner": self.owner, "publicKeyPem": self.pubkey_pem, + "type": "Key", } @classmethod