Amazon Device Farm · JSON Structure

Amazon Device Farm Device Structure

Represents a device type that an app is tested against.

Type: object Properties: 21
Application TestingDevice TestingMobile TestingQuality Assurance

Device is a JSON Structure definition published by Amazon Device Farm, describing 21 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn name manufacturer model modelId formFactor platform os cpu resolution heapSize memory image carrier radio remoteAccessEnabled remoteDebugEnabled fleetType fleetName instances availability

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-device-farm/refs/heads/main/json-structure/amazon-device-farm-device-structure.json",
  "description": "Represents a device type that an app is tested against.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonResourceName"
        },
        {
          "description": "The device's ARN."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The device's display name."
        }
      ]
    },
    "manufacturer": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The device's manufacturer name."
        }
      ]
    },
    "model": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The device's model name."
        }
      ]
    },
    "modelId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The device's model ID."
        }
      ]
    },
    "formFactor": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceFormFactor"
        },
        {
          "description": "<p>The device's form factor.</p> <p>Allowed values include:</p> <ul> <li> <p>PHONE</p> </li> <li> <p>TABLET</p> </li> </ul>"
        }
      ]
    },
    "platform": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DevicePlatform"
        },
        {
          "description": "<p>The device's platform.</p> <p>Allowed values include:</p> <ul> <li> <p>ANDROID</p> </li> <li> <p>IOS</p> </li> </ul>"
        }
      ]
    },
    "os": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The device's operating system type."
        }
      ]
    },
    "cpu": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CPU"
        },
        {
          "description": "Information about the device's CPU."
        }
      ]
    },
    "resolution": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Resolution"
        },
        {
          "description": "The resolution of the device."
        }
      ]
    },
    "heapSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The device's heap size, expressed in bytes."
        }
      ]
    },
    "memory": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The device's total memory size, expressed in bytes."
        }
      ]
    },
    "image": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The device's image name."
        }
      ]
    },
    "carrier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The device's carrier."
        }
      ]
    },
    "radio": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The device's radio."
        }
      ]
    },
    "remoteAccessEnabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Specifies whether remote access has been enabled for the specified device."
        }
      ]
    },
    "remoteDebugEnabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "<p>This flag is set to <code>true</code> if remote debugging is enabled for the device.</p> <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no longer supported</a>.</p>"
        }
      ]
    },
    "fleetType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The type of fleet to which this device belongs. Possible values are PRIVATE and PUBLIC."
        }
      ]
    },
    "fleetName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the fleet to which this device belongs."
        }
      ]
    },
    "instances": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceInstances"
        },
        {
          "description": "The instances that belong to this device."
        }
      ]
    },
    "availability": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceAvailability"
        },
        {
          "description": "Indicates how likely a device is available for a test run. Currently available in the <a>ListDevices</a> and GetDevice API methods."
        }
      ]
    }
  },
  "name": "Device"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-device-farm-device-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.