We are currently using different verification method types based on the specific keys we are using (e.g. "EcdsaSecp256k1VerificationKey2019", "EcdsaSecp256k1VerificationKey2019" and I see"X25519KeyAgreementKey2019"` also allowed)
However, I can see in this example, that all JWKs are sharing the type "JsonWebKey2020"
Which one should we use and what corresponding @context(s) should we refer to?
We are currently using different verification method types based on the specific keys we are using (e.g.
"EcdsaSecp256k1VerificationKey2019"
,"EcdsaSecp256k1VerificationKey2019" and I see
"X25519KeyAgreementKey2019"` also allowed)However, I can see in this example, that all JWKs are sharing the type
"JsonWebKey2020"
Which one should we use and what corresponding@context
(s) should we refer to?