Skip to content

Commit

Permalink
Merge pull request #1417 from OriginTrail/prerelease/testnet
Browse files Browse the repository at this point in the history
OriginTrail Testnet Release v4.1.15
  • Loading branch information
Kuki145 authored Dec 24, 2020
2 parents 08c1797 + d8100e2 commit 79af0bf
Show file tree
Hide file tree
Showing 33 changed files with 1,352 additions and 720 deletions.
33 changes: 33 additions & 0 deletions importers/json_examples/local-query1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"@graph": [
{
"@id": "test1",
"@type": "otObject",
"identifiers": [
{
"@type": "id",
"@value": "test1"
}
],
"properties": {
"key1": "test1"
},
"relations": []
},

{
"@id": "test2",
"@type": "otObject",
"identifiers": [
{
"@type": "id",
"@value": "test2"
}
],
"properties": {
"key1": "test2"
},
"relations": []
}
]
}
33 changes: 33 additions & 0 deletions importers/json_examples/local-query2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"@graph": [
{
"@id": "test1",
"@type": "otObject",
"identifiers": [
{
"@type": "id",
"@value": "test1"
}
],
"properties": {
"key1": "test1"
},
"relations": []
},

{
"@id": "test3",
"@type": "otObject",
"identifiers": [
{
"@type": "id",
"@value": "test3"
}
],
"properties": {
"key1": "test3"
},
"relations": []
}
]
}
Loading

0 comments on commit 79af0bf

Please sign in to comment.