- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Wed, 21 Oct 2020 11:12:19 +0200
- To: "schema.org Mailing List" <public-schemaorg@w3.org>
- Cc: Manu Sporny <msporny@digitalbazaar.com>
Received on Wednesday, 21 October 2020 09:12:46 UTC
I've been thinking recently about the idea of a social network based on
schema.org
What would be useful would be to add a public key to the JSON for a schema
Person
https://tools.ietf.org/html/rfc7517
Example key:
{"kty":"EC",
"crv":"P-256",
"x":"f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU",
"y":"x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0",
"kid":"Public key used in JWS spec Appendix A.3 example"
}
I was wondering if there already exists a practical way to do this?
Received on Wednesday, 21 October 2020 09:12:46 UTC