Amazon Outposts · JSON Structure

Openapi Create Order Input Structure

CreateOrderInput schema from Amazon Outposts

Type: object Properties: 4 Required: 3
Edge ComputingHybrid CloudInfrastructureOn-Premises

CreateOrderInput is a JSON Structure definition published by Amazon Outposts, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OutpostIdentifier LineItems PaymentOption PaymentTerm

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-create-order-input-structure.json",
  "name": "CreateOrderInput",
  "description": "CreateOrderInput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "OutpostIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutpostIdentifier"
        },
        {
          "description": " The ID or the Amazon Resource Name (ARN) of the Outpost. "
        }
      ]
    },
    "LineItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LineItemRequestListDefinition"
        },
        {
          "description": "The line items that make up the order."
        }
      ]
    },
    "PaymentOption": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaymentOption"
        },
        {
          "description": "The payment option."
        }
      ]
    },
    "PaymentTerm": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaymentTerm"
        },
        {
          "description": "The payment terms."
        }
      ]
    }
  },
  "required": [
    "OutpostIdentifier",
    "LineItems",
    "PaymentOption"
  ]
}