This ReferenceType identifies an archive.
| name | data type | description |
|---|---|---|
| name | string | the name of the referenced archive. |
| contentType | ArchiveContentEnum | The type of content contained in the referenced archive. |
Example
{
"name" : "...",
"contentType" : "FOLDER"
}