Amazon Outposts · JSON Structure

Openapi Asset Location Structure

Information about the position of the asset in a rack.

Type: object Properties: 1
Edge ComputingHybrid CloudInfrastructureOn-Premises

AssetLocation is a JSON Structure definition published by Amazon Outposts, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RackElevation

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-asset-location-structure.json",
  "name": "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. "
        }
      ]
    }
  }
}