Overview
This appendix documents the JSON schemas for all object types used in Assessment Summary export files. Each schema is referenced by the others using angle-bracket notation (e.g. <Assessment JSON>).
📋 Field types: UUID, EMAIL, TEXT, and DATETIME are defined in the JSON File Format article. The Assessment JSON schema is defined in the Assessment JSON appendix.
Assessment Summary JSON File Format
Task JSON
Survey (Question & Answer) JSON
TrustArc · Assessment API — Appendix: Assessment Summary JSON File Format · support.trustarc.com
{ id: UUID, text: String, creator: EMAIL, date: DATETIME, files: [TEXT], parent_id: UUID }