Amazon RoboMaker · Schema

S3KeysOrPrefixes

S3KeysOrPrefixes schema from openapi

RoboticsSimulation
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-s3-keys-or-prefixes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-s3-keys-or-prefixes-schema.json",
  "title": "S3KeysOrPrefixes",
  "description": "S3KeysOrPrefixes schema from openapi",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/S3KeyOrPrefix"
  },
  "minItems": 1,
  "maxItems": 100
}