Amazon Outposts · JSON Structure

Openapi Update Site Input Structure

UpdateSiteInput schema from Amazon Outposts

Type: object Properties: 3
Edge ComputingHybrid CloudInfrastructureOn-Premises

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

Properties

Name Description Notes

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-update-site-input-structure.json",
  "name": "UpdateSiteInput",
  "description": "UpdateSiteInput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Name": {
      "$ref": "#/components/schemas/SiteName"
    },
    "Description": {
      "$ref": "#/components/schemas/SiteDescription"
    },
    "Notes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SiteNotes"
        },
        {
          "description": "Notes about a site."
        }
      ]
    }
  }
}