Skip to content

Instantly share code, notes, and snippets.

@pfgray
Last active August 29, 2015 14:16
Show Gist options
  • Save pfgray/68192c5e913c324a7383 to your computer and use it in GitHub Desktop.
Save pfgray/68192c5e913c324a7383 to your computer and use it in GitHub Desktop.
testPayloads
[{
"identity":{
"originator_id":"a9a860ae-7c0f-4c12-a1cf-9fe490ee1f49",
"id":"lti-provider"
},
"original":{
"timestamp":"2015-01-02T22:17:00.371Z",
"uri":"http://lti-provider.paulgray.net",
"share":true,
"propagate":true,
"use":{
"f6820326-5ea3-4a02-840d-7f91e75eb01b":{
"registration_url":"http://lti-provider.paulgray.net/register"
},
"1f2625c2-615f-11e3-bf13-d231feb1dc81":"Lti2 Provider Example",
"d59e3a1f-c034-4309-a282-60228089194e":[{"name":"Paul Gray","email":"pfbgray@gmail.com"}],
"c80df319-d5da-4f59-8ca3-c89b234c5055":["dev","lti"],
"c6e33506-b170-475b-83e9-4ecd6b6dd42a":["lti"],
"d25b3012-1832-4843-9ecf-3002d3434155":"http://icons.iconarchive.com/icons/icons8/windows-8/512/Astrology-Year-Of-Horse-icon.png"
},
"require":{}
}
},{
"identity":{
"originator_id":"a9a860ae-7c0f-4c12-a1cf-9fe490ee1f49",
"id":"to_be_removed"
},
"original":{
"timestamp":"2015-01-02T22:17:00.371Z",
"uri":"http://example.com/removed",
"share":true,
"propagate":true,
"use":{
"1f2625c2-615f-11e3-bf13-d231feb1dc81":"To be Removed"
},
"require":{
"b7eeb2f1-95bf-4e82-9b70-2ee41095c6c7":"This guid isn't known"
}
}
},{
"identity":{
"originator_id":"a9a860ae-7c0f-4c12-a1cf-9fe490ee1f49",
"id":"to_be_squashed"
},
"original":{
"timestamp":"2015-01-02T22:17:00.371Z",
"uri":"http://example.com/squashed",
"share":false,
"propagate":false,
"use":{
"1f2625c2-615f-11e3-bf13-d231feb1dc81":"To be Squashed",
"b7856963-4078-4698-8e95-8feceafe78da":"This is the original Description"
},
"require":{
}
},
"journal":[{
"timestamp":"2015-01-02T22:17:00.371Z",
"uri":"http://example.com/squashed",
"share":false,
"propagate":false,
"use":{
"1f2625c2-615f-11e3-bf13-d231feb1dc81":"To be Squashed",
"b7856963-4078-4698-8e95-8feceafe78da":"This is the new Description",
"da1b35c2-d7c2-46dd-9c98-fd68bf7da336":"My made up guid that I added to the journal"
},
"require":{
}
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment