{ "$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-component-platform-list-schema.json", "title": "ComponentPlatformList", "description": "ComponentPlatformList schema", "type": "array", "items": { "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "
The friendly name of the platform. This name helps you identify the platform.
If you omit this parameter, IoT Greengrass creates a friendly name from the os and architecture of the platform.
os and architecture by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide."
}
]
}
},
"description": "Contains information about a platform that a component supports."
}
}