Instructure · Schema

Lti Ims Dynamicregistration Get Response

JSON Schema for Instructure Canvas LTI Lti-IMS-DynamicRegistration-GET-response

EdTechEducationLMSCanvasCoursesEnrollmentsAssignmentsGradesDiscussionsGraphQLLTILearning Management

Properties

Name Type Description
uuid string
oidc_configuration_url string
token string
View JSON Schema on GitHub

JSON Schema

Lti-IMS-DynamicRegistration-GET-response.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/instructure/main/json-schema/Lti-IMS-DynamicRegistration-GET-response.json",
  "title": "Lti Ims Dynamicregistration Get Response",
  "description": "JSON Schema for Instructure Canvas LTI Lti-IMS-DynamicRegistration-GET-response",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "oidc_configuration_url": {
      "type": "string"
    },
    "token": {
      "type": "string"
    }
  },
  "required": [
    "uuid",
    "oidc_configuration_url",
    "token"
  ]
}