-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b1c4ab
commit df45bd4
Showing
5 changed files
with
109 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,5 +70,4 @@ public void setUrl(final AS2Url[] url) { | |
private String type; | ||
private String id; | ||
private AS2Url[] url; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
islandora-indexing-fcrepo/src/test/resources/VersionAS2Event.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"@context":"https:\/\/www.w3.org\/ns\/activitystreams", | ||
"actor":{ | ||
"type":"Person", | ||
"id":"urn:uuid:9029a0c0-d845-4ddd-864c-2198d45839da", | ||
"url":[ | ||
{ | ||
"name":"Canonical", | ||
"type":"Link", | ||
"href":"http:\/\/localhost:8000\/user\/1", | ||
"mediaType":"text\/html", | ||
"rel":"canonical" | ||
} | ||
] | ||
}, | ||
"object":{ | ||
"id":"urn:uuid:72358916-51e9-4712-b756-4b0404c91b", | ||
"url":[ | ||
{ | ||
"name":"Canonical", | ||
"type":"Link", | ||
"href":"http:\/\/localhost:8000\/node\/2", | ||
"mediaType":"text\/html", | ||
"rel":"canonical" | ||
}, | ||
{ | ||
"name":"JSON", | ||
"type":"Link", | ||
"href":"http:\/\/localhost:8000\/node\/2?_format=json", | ||
"mediaType":"application\/json", | ||
"rel":"alternate" | ||
}, | ||
{ | ||
"name":"JSONLD", | ||
"type":"Link", | ||
"href":"http:\/\/localhost:8000\/node\/2?_format=jsonld", | ||
"mediaType":"application\/ld+json", | ||
"rel":"alternate" | ||
} | ||
], | ||
"isNewVersion":"true" | ||
}, | ||
"type":"Update", | ||
"summary":"Update a Node" | ||
} |