iSpring Learn · Schema

AssignmentAttemptAttachment

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
fileName string
fileSize integer File size in bytes
url string
View JSON Schema on GitHub

JSON Schema

AssignmentAttemptAttachment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AssignmentAttemptAttachment",
  "required": [
    "fileName",
    "fileSize",
    "url"
  ],
  "properties": {
    "fileName": {
      "type": "string"
    },
    "fileSize": {
      "description": "File size in bytes",
      "type": "integer"
    },
    "url": {
      "type": "string",
      "format": "url"
    }
  },
  "type": "object",
  "xml": {
    "name": "attachment"
  }
}