Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
document data schema more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Nov 4, 2020
1 parent 19f8b27 commit cddd81b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://blog.oceanprotocol.com/announcing-ocean-market-data-launch-partners-3b53
---

- [🦑 How to become a data partner](#-how-to-become-a-data-partner)
- [🤿 List Schema](#-list-schema)
- [🏄‍♀️ List Usage](#️-list-usage)
- [⬆️ Releases](#️-releases)
- [🏛 License](#-license)
Expand All @@ -21,6 +22,24 @@ https://blog.oceanprotocol.com/announcing-ocean-market-data-launch-partners-3b53

_outline process_

## 🤿 List Schema

For each partner:

```json
{
"name": "Partner Company Name",
"accounts": ["0x00000000000000000000"],
"links": {
"Home": "https://website.com",
"Twitter": "https://twitter.com/@HANDLE"
}
},
{
...
}
```

## 🏄‍♀️ List Usage

```bash
Expand Down

0 comments on commit cddd81b

Please sign in to comment.