Amazon Device Farm · Schema

AccountSettings

A container for account-level settings in AWS Device Farm.

Application TestingDevice TestingMobile TestingQuality Assurance

Properties

Name Type Description
awsAccountNumber object
unmeteredDevices object
unmeteredRemoteAccessDevices object
maxJobTimeoutMinutes object
trialMinutes object
maxSlots object
defaultJobTimeoutMinutes object
skipAppResign object
View JSON Schema on GitHub

JSON Schema

amazon-device-farm-account-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-device-farm/refs/heads/main/json-schema/amazon-device-farm-account-settings-schema.json",
  "title": "AccountSettings",
  "description": "A container for account-level settings in AWS Device Farm.",
  "type": "object",
  "properties": {
    "awsAccountNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AWSAccountNumber"
        },
        {
          "description": "The AWS account number specified in the <code>AccountSettings</code> container."
        }
      ]
    },
    "unmeteredDevices": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PurchasedDevicesMap"
        },
        {
          "description": "Returns the unmetered devices you have purchased or want to purchase."
        }
      ]
    },
    "unmeteredRemoteAccessDevices": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PurchasedDevicesMap"
        },
        {
          "description": "Returns the unmetered remote access devices you have purchased or want to purchase."
        }
      ]
    },
    "maxJobTimeoutMinutes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobTimeoutMinutes"
        },
        {
          "description": "The maximum number of minutes a test run executes before it times out."
        }
      ]
    },
    "trialMinutes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TrialMinutes"
        },
        {
          "description": "Information about an AWS account's usage of free trial device minutes."
        }
      ]
    },
    "maxSlots": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxSlotMap"
        },
        {
          "description": "The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an <code>offering-id:number</code> pair, where the <code>offering-id</code> represents one of the IDs returned by the <code>ListOfferings</code> command."
        }
      ]
    },
    "defaultJobTimeoutMinutes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobTimeoutMinutes"
        },
        {
          "description": "The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes."
        }
      ]
    },
    "skipAppResign": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SkipAppResign"
        },
        {
          "description": "<p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.</p> <p>For more information about how Device Farm re-signs your apps, see <a href=\"http://aws.amazon.com/device-farm/faqs/\">Do you modify my app?</a> in the <i>AWS Device Farm FAQs</i>.</p>"
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/amazon-device-farm-account-settings"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.