Amazon Deadline Cloud · JSON Structure

List Farms Response Structure

Response containing a list of farms.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

List Farms Response Structure is a JSON Structure definition published by Amazon Deadline Cloud. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-structure/list-farms-response-structure.json",
  "title": "List Farms Response",
  "description": "Response containing a list of farms.",
  "type": "typedMap",
  "fields": {
    "farms": {
      "type": "list",
      "description": "farms"
    },
    "nextToken": {
      "type": "str",
      "description": "nextToken"
    }
  }
}