Amazon Outposts · Schema

ListSitesOutput

ListSitesOutput schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
Sites object
NextToken object
View JSON Schema on GitHub

JSON Schema

openapi-list-sites-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-list-sites-output-schema.json",
  "title": "ListSitesOutput",
  "description": "ListSitesOutput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Sites": {
      "$ref": "#/components/schemas/siteListDefinition"
    },
    "NextToken": {
      "$ref": "#/components/schemas/Token"
    }
  }
}