Information about a line item asset.
{ "$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. " } ] } } }