{ "$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" } }