Platform

The Platform object contains data about an OS platform and, in some cases, about an application for running the sample.

Structure

Key

Type

Description

code

string

Short name of the platform.

name

string

App name or OS platform.

os_code

string

OS platform.

Example

{

   "code": "office_7_32",

   "name": "Microsoft Office 2010",

   "os_code": "Windows 7 32-bit"

}