Amazon Outposts · Schema

AssetLocation

Information about the position of the asset in a rack.

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
RackElevation object
View JSON Schema on GitHub

JSON Schema

openapi-asset-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-asset-location-schema.json",
  "title": "AssetLocation",
  "description": " Information about the position of the asset in a rack. ",
  "type": "object",
  "properties": {
    "RackElevation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RackElevation"
        },
        {
          "description": " The position of an asset in a rack measured in rack units. "
        }
      ]
    }
  }
}