Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Dec 3, 2021
1 parent 0bfb12c commit 93abc7d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions content/concepts/did-ddo.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ Type of objects supported :
```json
[
{
"url":{
"url":"https://url.com/file1.csv",
"method":"GET"
"url": {
"url": "https://url.com/file1.csv",
"method": "GET"
}
},
{
"url":{
"url":"https://url.com/file2.csv",
"method":"POST"
"url": {
"url": "https://url.com/file2.csv",
"method": "POST"
}
}
]
Expand All @@ -245,7 +245,7 @@ First class integrations supported in the future :

```json
[
{ "ipfs": { "hash":"XXX"}}
{ "ipfs": { "hash": "XXX"}}
]
```

Expand All @@ -266,13 +266,13 @@ Example:
[
{
"url":{
"url":"https://url.com/file1.csv",
"method":"GET"
"url": "https://url.com/file1.csv",
"method": "GET"
}
},
{
"ipfs":{
"hash":"XXXX"
"ipfs": {
"hash": "XXXX"
}
}
]
Expand All @@ -283,12 +283,12 @@ To get information about the files after encryption, the `/fileinfo` endpoint of
```json
[
{
"type":"url",
"type": "url",
"contentLength": 100,
"contentType": "application/json"
},
{
"type":"url",
"type": "url",
"contentLength": 130,
"contentType": "application/text"
}
Expand Down

0 comments on commit 93abc7d

Please sign in to comment.