This commit is contained in:
tree 2023-01-25 13:42:10 +01:00
rodič cfed4a8243
revize a780eb13ac
8 změnil soubory, kde provedl 7 přidání a 7 odebrání

Zobrazit soubor

@ -15,7 +15,6 @@ attendees = 600
chains = ["ethereum"] chains = ["ethereum"]
difficulty = "All Welcome" difficulty = "All Welcome"
tags = ["solarpunk"] tags = ["solarpunk"]
union = "gm-events"
logo = "logo.jpg" logo = "logo.jpg"
description = """ description = """
""" """

Zobrazit soubor

@ -14,7 +14,6 @@ languages = ["english"]
attendees = 1000 attendees = 1000
#tags = [] #tags = []
logo = "logo.jpg" logo = "logo.jpg"
union = 'gm-events'
[links] [links]
web = "https://praguedefisummit.com/" web = "https://praguedefisummit.com/"

Zobrazit soubor

@ -13,7 +13,6 @@ venueUrl = "https://goo.gl/maps/xpzw6siQFXsJrrWh6"
languages = ["english"] languages = ["english"]
attendees = 300 attendees = 300
tags = ["lunarpunk", "privacy", "security"] tags = ["lunarpunk", "privacy", "security"]
union = "gm-events"
logo = "logo.jpg" logo = "logo.jpg"
[links] [links]

Zobrazit soubor

@ -14,7 +14,6 @@ languages = ["czech", "slovak"]
attendees = 1200 attendees = 1200
#tags = [] #tags = []
logo = "logo.jpg" logo = "logo.jpg"
union = 'decentralizuj-se'
[links] [links]
web = "https://utxo.cz/" web = "https://utxo.cz/"

Zobrazit soubor

@ -1,6 +1,7 @@
name = "Decentralizuj se!" name = "Decentralizuj se!"
org = "[UTXO Foundation](https://utxo.foundation/)" org = "[UTXO Foundation](https://utxo.foundation/)"
description = "Crypto for beginners and users in local language" description = "Crypto for beginners and users in local language"
events = [ "utxo" ]
[links] [links]
web = "https://utxo.events/" web = "https://utxo.events/"

Zobrazit soubor

@ -1,6 +1,7 @@
name = "GM Events" name = "GM Events"
org = "[PWN](https://pwn.finance/)" org = "[PWN](https://pwn.finance/)"
description = "The best Ethereum, Web3 and DeFi events" description = "The best Ethereum, Web3 and DeFi events"
events = [ "ethprague", "praguedefi", "privacyeth" ]
[links] [links]
web = "https://gm.events/" web = "https://gm.events/"

Zobrazit soubor

@ -94,9 +94,6 @@ properties:
type: array type: array
items: items:
type: string type: string
union:
type: string
pattern: "^[a-z0-9-]+$"
logomark: logomark:
type: string type: string
logo: logo:

Zobrazit soubor

@ -18,6 +18,11 @@ properties:
description: description:
type: string type: string
__markdown: true __markdown: true
events:
type: array
items:
type: string
pattern: "^[a-z0-9-]+$"
links: links:
type: object type: object
additionalProperties: additionalProperties: