Format

The Format object contains data about a file format.

Structure

Key

Type

Description

name

string

The name of the file format.

group_name

string

The name of the file type. Possible values:

apk: Android packages.

arf: Acrobat Reader files.

ja: Java executable files.

js: script files.

moc: Microsoft Office documents.

other: other types.

uef: *nix executable files.

wef: Windows executable files.

platforms

array [Platform.code]

The list of platforms.

Example

{

  "name": "exe",

  "group_name": "wef",

  "platforms": [

    "winxpx86",

    "win7x86",

    "win7x64",

    "win10x64_1903"

  ]

}