{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AssignmentAttemptGrades", "required": [ "assignmentAttemptGrades" ], "properties": { "assignmentAttemptGrades": { "type": "array", "items": { "$ref": "#/components/schemas/AssignmentAttemptGrade" }, "xml": { "wrapped": true } } }, "type": "object", "xml": { "name": "request" } }