Amazon Outposts · JSON Structure

Openapi List Sites Output Structure

ListSitesOutput schema from Amazon Outposts

Type: object Properties: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

ListSitesOutput 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

Sites 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-sites-output-structure.json",
  "name": "ListSitesOutput",
  "description": "ListSitesOutput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Sites": {
      "$ref": "#/components/schemas/siteListDefinition"
    },
    "NextToken": {
      "$ref": "#/components/schemas/Token"
    }
  }
}