Add info about sponsorship of events

This commit is contained in:
tree 2023-02-01 18:03:57 +01:00
rodič 9908ee1c13
revize 4bdfbe1b41
3 změnil soubory, kde provedl 22 přidání a 0 odebrání

Zobrazit soubor

@ -14,6 +14,10 @@ attendees = 300
#tags = []
logo = "logo.jpg"
[sponsors]
link = "https://app.skiff.com/docs/c46f9b08-27f8-4dd9-a2ef-145bd2003e78#1W5I8FwJVAziW3wjY1ay%2B%2FVwGi8aoNeNu32Qn5xSAgE%3D"
range = "1k-15k USD"
[registration]
type = "tickets"

Zobrazit soubor

@ -18,6 +18,10 @@ logo = "logo.jpg"
[cfp]
link = "https://cfp.paralelnipolis.cz/defi-prague-2022/cfp"
[sponsors]
link = "https://assets.ctfassets.net/6j1me6tz5h39/1EhHviIDBaaglWrkUJMRqB/6afefea254fc320badd38b9aa72526ab/DeFi_Pitchdeck.pdf"
range = "6k-96k EUR"
[registration]
type = "tickets"
price = ">222 EUR"

Zobrazit soubor

@ -125,6 +125,20 @@ properties:
pattern: "^\\d{4}-\\d{2}-\\d{2}$"
text:
type: string
sponsors:
type: object
additionalProperties: false
required:
- link
properties:
link:
type: string
format: uri
range:
type: string
text:
type: string
registration:
type: object