You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
839 B
27 lines
839 B
{
|
|
"@context" : ["http://purl.imsglobal.org/ctx/lti/v2/Profile"],
|
|
"@type" : "ToolConsumerProfile",
|
|
"lti_version" : "LTI-2p0",
|
|
"@id" : "http://alpha.university.edu/resource/ToolConsumerProfile/12434",
|
|
"guid" : "b6ffa601-ce1d-4549-9ccf-145670a964d4",
|
|
"product_instance" : { },
|
|
"service_offered" : [
|
|
{
|
|
"@type" : "RestService",
|
|
"@id" : "http://www.example.com/moodle/lti/resource/ToolConsumerProfile/12434#Result.item",
|
|
"endpoint" : "http://www.example.com/moodle/enpoint.php",
|
|
"format" : ["application/vnd.ims.lti.v2.toolproxy+json"],
|
|
"action" : ["POST"]
|
|
}
|
|
],
|
|
"capability_offered" : [
|
|
"Person.name.given",
|
|
"Person.name.family",
|
|
"Person.email.primary",
|
|
"User.image",
|
|
"Result.sourcedId",
|
|
"basic-lti-launch-request",
|
|
"Result.autocreate",
|
|
"Result.url"
|
|
]
|
|
}
|
|
|