{ "$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-sample-structure.json", "description": "Represents a sample of performance data.", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/AmazonResourceName" }, { "description": "The sample's ARN." } ] }, "type": { "allOf": [ { "$ref": "#/components/schemas/SampleType" }, { "description": "

The sample's type.

Must be one of the following values:

" } ] }, "url": { "allOf": [ { "$ref": "#/components/schemas/URL" }, { "description": "The presigned Amazon S3 URL that can be used with a GET request to download the sample's file." } ] } }, "name": "Sample" }