Amazon SimpleDB · Schema

MissingParameter

The request must contain the specified missing parameter.

Cloud StorageData StorageDatabaseNoSQL

Properties

Name Type Description
BoxUsage object
View JSON Schema on GitHub

JSON Schema

amazon-simpledb-missing-parameter-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-missing-parameter-schema.json",
  "title": "MissingParameter",
  "description": "The request must contain the specified missing parameter.",
  "type": "object",
  "properties": {
    "BoxUsage": {
      "$ref": "#/components/schemas/Float"
    }
  }
}