Amazon Outposts · JSON Structure

Openapi List Catalog Items Output Structure

ListCatalogItemsOutput schema from Amazon Outposts

Type: object Properties: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

ListCatalogItemsOutput 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

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