Amazon Deadline Cloud · JSON Structure

Create Farm Response Structure

Response after creating a farm.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

Create Farm 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/create-farm-response-structure.json",
  "title": "Create Farm Response",
  "description": "Response after creating a farm.",
  "type": "typedMap",
  "fields": {
    "farmId": {
      "type": "str",
      "description": "farmId"
    }
  }
}