From 4792ab545e13ae3cd4d5bdf772c57ed3b2068c39 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 6 Jan 2022 15:54:57 +0100 Subject: [PATCH] Update --- spec/22/tracks.yaml | 7 ++++++- utils/schema/tracks.yaml | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/spec/22/tracks.yaml b/spec/22/tracks.yaml index c6f645b..1dd60ae 100644 --- a/spec/22/tracks.yaml +++ b/spec/22/tracks.yaml @@ -1,5 +1,6 @@ - id: zaklady name: Základy kryptoměn + shortname: Základy examples: | * principy otevřených projektů (blockchainů) * základy bezpečnosti a soukromí @@ -17,6 +18,7 @@ - id: eth name: Ethereum a smart-kontrakty obecně + shortname: Ethereum examples: | * Ethereum 2.0 * Layer2 - rollupy @@ -26,6 +28,7 @@ - id: defi name: Decentralizované finance (DeFi) + shortname: DeFi examples: | * stablecoiny * lending protokoly @@ -36,6 +39,7 @@ - id: dao name: Decentralizované organizace (DAO) + shortname: DAOs examples: | * budoucnost organizací * showcase jednotlivých DAOs @@ -49,7 +53,8 @@ * Metaverse - id: alty - name: Experimenální L1 + name: Experimentální L1 blockchainy a další altcoiny + shortname: Experimenální L1 examples: | * Polkadot * Cardano diff --git a/utils/schema/tracks.yaml b/utils/schema/tracks.yaml index 7442df4..0aa74a3 100644 --- a/utils/schema/tracks.yaml +++ b/utils/schema/tracks.yaml @@ -2,11 +2,16 @@ type: array items: type: object additionalProperties: false + required: + - id + - name properties: id: type: string pattern: "^[a-z0-9-]+$" name: type: string + shortname: + type: string examples: type: string