From e5b701fd8759aae906611296bf8576c61d6e89d1 Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 30 May 2022 15:29:17 +0200 Subject: [PATCH] Mastodon prop in speaker schema. Close #15 --- spec/22/speakers.yaml | 1 + utils/schema/1/speaker.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/spec/22/speakers.yaml b/spec/22/speakers.yaml index 5d06da6..7e38f66 100644 --- a/spec/22/speakers.yaml +++ b/spec/22/speakers.yaml @@ -115,6 +115,7 @@ - id: petr-klein name: Petr Klein twitter: kleinptr + mastodon: '@kleinptr@mastodon.social' bio: Libertarián, nadšenec do nových technologií orgs: | Člen [Gwei.cz Councilu](https://gwei.cz), člen [Border Hackerspace](https://bordel.paralelnipolis.cz/#/), APUS Finance diff --git a/utils/schema/1/speaker.yaml b/utils/schema/1/speaker.yaml index 4567a2d..2a89dff 100644 --- a/utils/schema/1/speaker.yaml +++ b/utils/schema/1/speaker.yaml @@ -23,6 +23,9 @@ properties: type: string pattern: "^[a-zA-Z0-9-]+$" title: LinkedIn uživatelské jméno + mastodon: + type: string + title: Mastodon uživatelské jméno orgs: type: string title: Organizace (Markdown)