Amazon Outposts · JSON Structure

Openapi Line Item Asset Information Structure

Information about a line item asset.

Type: object Properties: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

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

Properties

AssetId MacAddressList

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-line-item-asset-information-structure.json",
  "name": "LineItemAssetInformation",
  "description": " Information about a line item asset. ",
  "type": "object",
  "properties": {
    "AssetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetId"
        },
        {
          "description": " The ID of the asset. "
        }
      ]
    },
    "MacAddressList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MacAddressList"
        },
        {
          "description": " The MAC addresses of the asset. "
        }
      ]
    }
  }
}