Instructure · Schema
Lti Ims Dynamicregistration Post Response
JSON Schema for Instructure Canvas LTI Lti-IMS-DynamicRegistration-POST-response
EdTechEducationLMSCanvasCoursesEnrollmentsAssignmentsGradesDiscussionsGraphQLLTILearning Management
Properties
| Name | Type | Description |
|---|---|---|
| client_id | string | |
| application_type | string | |
| grant_types | array | |
| initiate_login_uri | string | |
| redirect_uris | array | |
| response_types | array | |
| client_name | string | |
| jwks_uri | string | |
| token_endpoint_auth_method | string | |
| scope | string | |
| https://purl.imsglobal.org/spec/lti-tool-configuration | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/instructure/main/json-schema/Lti-IMS-DynamicRegistration-POST-response.json",
"title": "Lti Ims Dynamicregistration Post Response",
"description": "JSON Schema for Instructure Canvas LTI Lti-IMS-DynamicRegistration-POST-response",
"type": "object",
"properties": {
"client_id": {
"type": "string"
},
"application_type": {
"type": "string"
},
"grant_types": {
"type": "array",
"items": {
"type": "string"
}
},
"initiate_login_uri": {
"type": "string"
},
"redirect_uris": {
"type": "array",
"items": {
"type": "string"
}
},
"response_types": {
"type": "array",
"items": {
"type": "string"
}
},
"client_name": {
"type": "string"
},
"jwks_uri": {
"type": "string"
},
"token_endpoint_auth_method": {
"type": "string"
},
"scope": {
"type": "string"
},
"https://purl.imsglobal.org/spec/lti-tool-configuration": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"messages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"target_link_uri": {
"type": "string"
},
"label": {
"type": "string"
},
"icon_uri": {
"type": "string"
},
"custom_parameters": {
"type": "object",
"properties": {
"foo": {
"type": "string"
}
},
"required": [
"foo"
]
},
"roles": {
"type": "array",
"items": {
"type": "string"
}
},
"placements": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"type",
"target_link_uri",
"label",
"icon_uri",
"custom_parameters",
"roles",
"placements"
]
}
},
"claims": {
"type": "array",
"items": {
"type": "string"
}
},
"target_link_uri": {
"type": "string"
}
},
"required": [
"domain",
"messages",
"claims",
"target_link_uri"
]
}
},
"required": [
"client_id",
"application_type",
"grant_types",
"initiate_login_uri",
"redirect_uris",
"response_types",
"client_name",
"jwks_uri",
"token_endpoint_auth_method",
"scope",
"https://purl.imsglobal.org/spec/lti-tool-configuration"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/Lti-IMS-DynamicRegistration-POST-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.