Amazon Outposts · JSON Structure

Openapi List Orders Output Structure

ListOrdersOutput schema from Amazon Outposts

Type: object Properties: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

ListOrdersOutput 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

Orders NextToken

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-list-orders-output-structure.json",
  "name": "ListOrdersOutput",
  "description": "ListOrdersOutput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Orders": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrderSummaryListDefinition"
        },
        {
          "description": " Information about the orders. "
        }
      ]
    },
    "NextToken": {
      "$ref": "#/components/schemas/Token"
    }
  }
}