Amazon Outposts · Schema

LineItemAssetInformation

Information about a line item asset.

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
AssetId object
MacAddressList object
View JSON Schema on GitHub

JSON Schema

openapi-line-item-asset-information-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-line-item-asset-information-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}