{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-lambda-device-list-schema.json", "title": "LambdaDeviceList", "description": "LambdaDeviceList schema", "type": "array", "items": { "type": "object", "required": [ "path" ], "properties": { "path": { "allOf": [ { "$ref": "#/components/schemas/FileSystemPath" }, { "description": "The mount path for the device in the file system." } ] }, "permission": { "allOf": [ { "$ref": "#/components/schemas/LambdaFilesystemPermission" }, { "description": "
The permission to access the device: read/only (ro) or read/write (rw).
Default: ro
Whether or not to add the component's system user as an owner of the device.
Default: false