mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
add places
This commit is contained in:
parent
3d138521fb
commit
31d1603fde
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
date: "2023-06-05"
|
date: "2023-06-05"
|
||||||
city: Prague
|
city: Prague
|
||||||
country: cz
|
country: cz
|
||||||
|
place: "[X10](https://www.divadlox10.cz/)"
|
||||||
confirmed: true
|
confirmed: true
|
||||||
coincidence: "[ETHPrague](https://ethprague.com/)"
|
coincidence: "[ETHPrague](https://ethprague.com/)"
|
||||||
lead: Tree
|
lead: Tree
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
date: "2023-10-05"
|
date: "2023-10-05"
|
||||||
city: Rome
|
city: Rome
|
||||||
country: it
|
country: it
|
||||||
|
place: "[Villaggio Globale](https://maps.app.goo.gl/S7kUruNvbpjgHuSh9)"
|
||||||
confirmed: true
|
confirmed: true
|
||||||
coincidence: "[ETHRome](https://ethrome.org/)"
|
coincidence: "[ETHRome](https://ethrome.org/)"
|
||||||
lead: PG
|
lead: PG
|
||||||
|
@ -30,6 +32,7 @@
|
||||||
date: "2023-11-14"
|
date: "2023-11-14"
|
||||||
city: Prague
|
city: Prague
|
||||||
country: cz
|
country: cz
|
||||||
|
place: "[Dílna](https://kafevdilne.cz/)"
|
||||||
confirmed: true
|
confirmed: true
|
||||||
coincidence: "[DCxPrague](https://dcxprague.org/)"
|
coincidence: "[DCxPrague](https://dcxprague.org/)"
|
||||||
lead: Tree
|
lead: Tree
|
||||||
|
@ -142,6 +145,7 @@
|
||||||
days: 7
|
days: 7
|
||||||
city: Bled
|
city: Bled
|
||||||
country: si
|
country: si
|
||||||
|
place: "[Subwork](https://subwork.xyz/)"
|
||||||
confirmed: true
|
confirmed: true
|
||||||
coincidence: "W3PN Hackathon"
|
coincidence: "W3PN Hackathon"
|
||||||
lead: Tree
|
lead: Tree
|
||||||
|
|
|
@ -28,6 +28,8 @@ $defs:
|
||||||
country:
|
country:
|
||||||
type: string
|
type: string
|
||||||
pattern: "^\\w{2}$"
|
pattern: "^\\w{2}$"
|
||||||
|
place:
|
||||||
|
type: string
|
||||||
coincidence:
|
coincidence:
|
||||||
type: string
|
type: string
|
||||||
lead:
|
lead:
|
||||||
|
|
Loading…
Reference in a new issue