Skip to content

Commit

Permalink
Merge pull request Azure#8 from josuhazure/josuh_aspect
Browse files Browse the repository at this point in the history
Change links to ref
  • Loading branch information
laramume authored Mar 11, 2020
2 parents afb3dcd + 35e05b9 commit 9325eed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,14 +859,14 @@
},
"AspectRelation": {
"type": "object",
"required": [ "links", "relationType" ],
"required": [ "ref", "relationType" ],
"properties": {
"relationType": {
"type": "string",
"enum": [ "opinion", "aspect" ],
"description": "The type related to the aspect."
},
"links": {
"ref": {
"type": "string",
"description": "The JSON pointer indicating the linked object."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"relations": [
{
"relationType": "opinion",
"links": "#/documents/0/sentences/0/opinions/0"
"ref": "#/documents/0/sentences/0/opinions/0"
}
]
}
Expand Down Expand Up @@ -96,7 +96,7 @@
"relations": [
{
"relationType": "opinion",
"links": "#/documents/0/sentences/1/opinions/0"
"ref": "#/documents/0/sentences/1/opinions/0"
}
]
},
Expand All @@ -112,7 +112,7 @@
"relations": [
{
"relationType": "opinion",
"links": "#/documents/0/sentences/1/opinions/0"
"ref": "#/documents/0/sentences/1/opinions/0"
}
]
}
Expand Down Expand Up @@ -154,7 +154,7 @@
"relations": [
{
"relationType": "opinion",
"links": "#/documents/0/sentences/2/opinions/0"
"ref": "#/documents/0/sentences/2/opinions/0"
}
]
}
Expand Down Expand Up @@ -208,7 +208,7 @@
"relations": [
{
"relationType": "opinion",
"links": "#/documents/1/sentences/0/opinions/0"
"ref": "#/documents/1/sentences/0/opinions/0"
}
]
}
Expand Down Expand Up @@ -250,7 +250,7 @@
"relations": [
{
"relationType": "opinion",
"links": "#/documents/1/sentences/1/opinions/0"
"ref": "#/documents/1/sentences/1/opinions/0"
}
]
}
Expand Down Expand Up @@ -292,7 +292,7 @@
"relations": [
{
"relationType": "opinion",
"links": "#/documents/1/sentences/2/opinions/0"
"ref": "#/documents/1/sentences/2/opinions/0"
}
]
}
Expand Down

0 comments on commit 9325eed

Please sign in to comment.