This commit is contained in:
tree 2022-01-19 01:40:28 +01:00
rodič 21a43f3e4d
revize 731b95b525
5 změnil soubory, kde provedl 30 přidání a 0 odebrání

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 12 KiB

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 55 KiB

Zobrazit soubor

@ -1,15 +1,35 @@
- id: bitcoin
name: Bitcoin
twitter: Bitcoin
web:
url: https://bitcoin.org/
- id: ethereum
name: Ethereum
twitter: Ethereum
web:
url: https://ethereum.org/
- id: polkadot
name: Polkadot
twitter: Polkadot
web:
url: https://polkadot.network/
- id: cardano
name: Cardano
twitter: Cardano
web:
url: https://cardano.org/
- id: makerdao
name: MakerDAO
twitter: MakerDAO
web:
url: https://makerdao.com/
- id: secret-network
name: Secret Network
twitter: SecretNetwork
web:
url: https://scrt.network/

Zobrazit soubor

@ -14,5 +14,14 @@ items:
twitter:
type: string
pattern: "^[a-zA-Z0-9_]+$"
web:
type: object
additionalProperties: false
properties:
url:
type: string
format: uri
name:
type: string
photos:
type: array

Zobrazit soubor

@ -22,6 +22,7 @@ items:
type: string
web:
type: object
additionalProperties: false
properties:
url:
type: string