Amazon SimpleDB · Schema

GetAttributesResult

GetAttributesResult schema from Amazon SimpleDB API

Cloud StorageData StorageDatabaseNoSQL

Properties

Name Type Description
Attributes object
View JSON Schema on GitHub

JSON Schema

amazon-simpledb-get-attributes-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simpledb/refs/heads/main/json-schema/amazon-simpledb-get-attributes-result-schema.json",
  "title": "GetAttributesResult",
  "description": "GetAttributesResult schema from Amazon SimpleDB API",
  "type": "object",
  "properties": {
    "Attributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AttributeList"
        },
        {
          "description": "The list of attributes returned by the operation."
        }
      ]
    }
  }
}