Amazon S3 API · Schema

JSONInput

Specifies JSON as object's input serialization format.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Type object
View JSON Schema on GitHub

JSON Schema

s3-jsoninput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JSONInput",
  "type": "object",
  "properties": {
    "Type": {}
  },
  "description": "Specifies JSON as object's input serialization format."
}