From 31d1603fdef2d38dec1e3b0073486682923dd7c9 Mon Sep 17 00:00:00 2001 From: tree Date: Tue, 21 Nov 2023 10:05:49 +0100 Subject: [PATCH] add places --- events/events.yaml | 4 ++++ schema.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/events/events.yaml b/events/events.yaml index 4f22ee6..a859c92 100644 --- a/events/events.yaml +++ b/events/events.yaml @@ -3,6 +3,7 @@ date: "2023-06-05" city: Prague country: cz + place: "[X10](https://www.divadlox10.cz/)" confirmed: true coincidence: "[ETHPrague](https://ethprague.com/)" lead: Tree @@ -17,6 +18,7 @@ date: "2023-10-05" city: Rome country: it + place: "[Villaggio Globale](https://maps.app.goo.gl/S7kUruNvbpjgHuSh9)" confirmed: true coincidence: "[ETHRome](https://ethrome.org/)" lead: PG @@ -30,6 +32,7 @@ date: "2023-11-14" city: Prague country: cz + place: "[Dílna](https://kafevdilne.cz/)" confirmed: true coincidence: "[DCxPrague](https://dcxprague.org/)" lead: Tree @@ -142,6 +145,7 @@ days: 7 city: Bled country: si + place: "[Subwork](https://subwork.xyz/)" confirmed: true coincidence: "W3PN Hackathon" lead: Tree diff --git a/schema.yaml b/schema.yaml index 7875362..b63e30f 100644 --- a/schema.yaml +++ b/schema.yaml @@ -28,6 +28,8 @@ $defs: country: type: string pattern: "^\\w{2}$" + place: + type: string coincidence: type: string lead: