ceramicnetwork / CIPs

The Ceramic Improvement Proposal repository
https://cips.ceramic.network/
MIT License
82 stars 22 forks source link

Discussion 3ID Keychain #33

Open michaelsena opened 4 years ago

michaelsena commented 4 years ago

Discussion for CIP-20 See PR for most up to date version: https://github.com/ceramicnetwork/CIP/pull/68

oed commented 4 years ago

I think the schema should look something like this:

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
        "additionalProperties": {
            "type": "string"
    }
}

Basically a string to string map. The reason for this is that we want to have each public key maps to a JWE/CWE.

oed commented 4 years ago

@michaelsena Made updates to this CIP as discussed. Also added an example.