Amazon Outposts · JSON Structure

Openapi Line Item Request Structure

Information about a line item request.

Type: object Properties: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

LineItemRequest 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

CatalogItemId Quantity

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-request-structure.json",
  "name": "LineItemRequest",
  "description": "Information about a line item request.",
  "type": "object",
  "properties": {
    "CatalogItemId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SkuCode"
        },
        {
          "description": "The ID of the catalog item."
        }
      ]
    },
    "Quantity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LineItemQuantity"
        },
        {
          "description": "The quantity of a line item request."
        }
      ]
    }
  }
}