Amazon S3 · Schema

CommonPrefix

Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Prefix string Container for the specified common prefix.
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-common-prefix-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CommonPrefix",
  "type": "object",
  "description": "Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter.",
  "properties": {
    "Prefix": {
      "type": "string",
      "description": "Container for the specified common prefix."
    }
  }
}