Format

The Format object contains data about a file format.

Structure

Key

Type

Description

name

string

File format name.

group_name

string

File type name.

platforms

array [Platform.code]

List of platforms.

Example

{

  "name": "exe",

  "group_name": "wef",

  "platforms": [

    "winxpx86",

    "win7x86",

    "win7x64",

    "win10x64_1903"

  ]

}