mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fix quotes in did-ddo.md
This commit is contained in:
parent
83e60469de
commit
68bdee4ede
@ -212,7 +212,7 @@ Type of objects supported :
|
||||
<th>Description</th>
|
||||
<th>Example</th>
|
||||
</tr>
|
||||
<td>'url'</td>
|
||||
<td><code>url</code></td>
|
||||
<td>Static URL. Contains url and HTTP method</td>
|
||||
<td>
|
||||
|
||||
@ -238,7 +238,7 @@ First class integrations supported in the future :
|
||||
<th>Example</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>"ipfs"</td><td>IPFS files</td>
|
||||
<td><code>ipfs</code></td><td>IPFS files</td>
|
||||
<td>
|
||||
|
||||
```json
|
||||
@ -252,10 +252,10 @@ First class integrations supported in the future :
|
||||
|
||||
</td>
|
||||
|
||||
<tr><td>"filecoin"</td><td>Filecoin storage</td><td> </td></tr>
|
||||
<tr><td>"arwave"</td><td>Arwave</td><td> </td></tr>
|
||||
<tr><td>"storj"</td><td>Storj</td><td> </td></tr>
|
||||
<tr><td>"sql"</td><td>Sql connection, dataset is generated by a query</td><td> </td></tr>
|
||||
<tr><td><code>filecoin</code></td><td>Filecoin storage</td><td> </td></tr>
|
||||
<tr><td><code>arwave</code></td><td>Arwave</td><td> </td></tr>
|
||||
<tr><td><code>storj</code></td><td>Storj</td><td> </td></tr>
|
||||
<tr><td><code>sql</code></td><td>Sql connection, dataset is generated by a query</td><td> </td></tr>
|
||||
</table>
|
||||
|
||||
A service can contain multiple files, using multiple storage types.
|
||||
|
Loading…
Reference in New Issue
Block a user