Amazon Snow Family · JSON Structure

Amazon Snow Family Dependent Service Structure

The name and version of the service dependant on the requested service.

Type: object Properties: 2
Data MigrationEdge ComputingOffline TransferPhysical Appliance

DependentService is a JSON Structure definition published by Amazon Snow Family, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ServiceName ServiceVersion

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-dependent-service-structure.json",
  "name": "DependentService",
  "description": "The name and version of the service dependant on the requested service.",
  "properties": {
    "ServiceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceName"
        },
        {
          "description": "The name of the dependent service."
        }
      ]
    },
    "ServiceVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceVersion"
        },
        {
          "description": "The version of the dependent service."
        }
      ]
    }
  }
}