{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-stream-file-structure.json", "name": "StreamFile", "description": "Represents a file to stream.", "type": "object", "properties": { "fileId": { "allOf": [ { "$ref": "#/components/schemas/FileId" }, { "description": "The file ID." } ] }, "s3Location": { "allOf": [ { "$ref": "#/components/schemas/S3Location" }, { "description": "The location of the file in S3." } ] } } }