Amazon Device Farm · Schema

NetworkProfile

An array of settings that describes characteristics of a network profile.

Application TestingDevice TestingMobile TestingQuality Assurance

Properties

Name Type Description
arn object
name object
description object
type object
uplinkBandwidthBits object
downlinkBandwidthBits object
uplinkDelayMs object
downlinkDelayMs object
uplinkJitterMs object
downlinkJitterMs object
uplinkLossPercent object
downlinkLossPercent object
View JSON Schema on GitHub

JSON Schema

amazon-device-farm-network-profile-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-network-profile-schema.json",
  "title": "NetworkProfile",
  "description": "An array of settings that describes characteristics of a network profile.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonResourceName"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the network profile."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the network profile."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Message"
        },
        {
          "description": "The description of the network profile."
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetworkProfileType"
        },
        {
          "description": "The type of network profile. Valid values are listed here."
        }
      ]
    },
    "uplinkBandwidthBits": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The data throughput rate in bits per second, as an integer from 0 to 104857600."
        }
      ]
    },
    "downlinkBandwidthBits": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The data throughput rate in bits per second, as an integer from 0 to 104857600."
        }
      ]
    },
    "uplinkDelayMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Delay time for all packets to destination in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "downlinkDelayMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Delay time for all packets to destination in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "uplinkJitterMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "downlinkJitterMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "uplinkLossPercent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PercentInteger"
        },
        {
          "description": "Proportion of transmitted packets that fail to arrive from 0 to 100 percent."
        }
      ]
    },
    "downlinkLossPercent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PercentInteger"
        },
        {
          "description": "Proportion of received packets that fail to arrive from 0 to 100 percent."
        }
      ]
    }
  }
}

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-network-profile"
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.