File Content Type Object

The file content type object describes the family and type of a file.
Name Attribute Requirement Type Description
Family family_id Recommended Integer The top level file classification.
0Unknown
1ContainerThe family of file types for storing numerous files and streams within a single file on a disk.
2DocumentThe family of file types for storing document files.
3ExecutableThe family of file types for executable files.
4MediaThe family of file types for media files.
SubtypeЕxt subtype Optional String The specific format for the type of data.
Type type_id Recommended Integer The general type of a file.
0Unknown
1Application
2Binary
3Audio
4Image
5Video