diff --git a/schema/index.yaml b/schema/index.yaml index 17279bc..38d0acc 100644 --- a/schema/index.yaml +++ b/schema/index.yaml @@ -114,6 +114,11 @@ additionalProperties: false properties: name: type: string + email: + type: string + format: email + domain: + type: string links: type: object core-team: diff --git a/src/index.yaml b/src/index.yaml index 278cbe5..43acdf8 100644 --- a/src/index.yaml +++ b/src/index.yaml @@ -1,4 +1,6 @@ name: Web3Privacy Now +email: web3privacynow@skiff.com +domain: web3privacy.info links: docs: https://docs.web3privacy.info/ manifesto: https://docs.web3privacy.info/manifesto