{ "$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-list-installed-components-response-schema.json", "title": "ListInstalledComponentsResponse", "description": "ListInstalledComponentsResponse schema", "type": "object", "properties": { "installedComponents": { "allOf": [ { "$ref": "#/components/schemas/InstalledComponentList" }, { "description": "

A list that summarizes each component on the core device.

Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp response. This response can be inaccurate in earlier Greengrass nucleus versions.

Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource and lastReportedTimestamp response. This response can be inaccurate or null in earlier Greengrass nucleus versions.

" } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextTokenString" }, { "description": "The token for the next set of results, or null if there are no additional results." } ] } } }