Skip to content

Data Structure

Luit Hollander edited this page Dec 6, 2018 · 3 revisions

urls.yaml

Structure

Property Required Type Description Example Value
name ✔️ string Name of company/project MyCrypto
url ✔️ string Full URL https://mycrypto.com
featured boolean Whether the entry should be featured here true
description string Description of entry MyCrypto is a free, open-source interface for interacting with the blockchain
email string Support email [email protected]
twitter string Full URL to twitter account https://twitter.com/MyCrypto
facebook string Full URL to Facebook page https://www.facebook.com/mycryptoHQ/
github string Full URL to Github organization https://github.com/MyCryptoHQ
medium string Full URL to Medium blog https://medium.com/@MyCrypto
linkedin string Full URL to LinkedIn company https://www.linkedin.com/company/mycrypto/
addresses array Addresses related to entry ['0x4bbeEB066eD09B7AEd07bF39EEe0460DFa261520']

Example

-
    name: MyCrypto
    url: 'https://mycrypto.com'
    featured: true
    description: MyCrypto is a free, open-source interface for interacting with the blockchain
    email: [email protected]
    twitter: https://twitter.com/MyCrypto
    facebook: https://www.facebook.com/mycryptoHQ/
    medium: https://medium.com/@MyCrypto
    linkedin: https://www.linkedin.com/company/mycrypto/
    addresses:
      - '0x4bbeEB066eD09B7AEd07bF39EEe0460DFa261520'

Clone this wiki locally