{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-asset-info-structure.json", "name": "AssetInfo", "description": " Information about hardware assets. ", "type": "object", "properties": { "AssetId": { "allOf": [ { "$ref": "#/components/schemas/AssetId" }, { "description": " The ID of the asset. " } ] }, "RackId": { "allOf": [ { "$ref": "#/components/schemas/RackId" }, { "description": " The rack ID of the asset. " } ] }, "AssetType": { "allOf": [ { "$ref": "#/components/schemas/AssetType" }, { "description": " The type of the asset. " } ] }, "ComputeAttributes": { "allOf": [ { "$ref": "#/components/schemas/ComputeAttributes" }, { "description": " Information about compute hardware assets. " } ] }, "AssetLocation": { "allOf": [ { "$ref": "#/components/schemas/AssetLocation" }, { "description": " The position of an asset in a rack. " } ] } } }