{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-resolve-component-candidates-request-structure.json", "name": "ResolveComponentCandidatesRequest", "description": "ResolveComponentCandidatesRequest schema", "type": "object", "properties": { "platform": { "allOf": [ { "$ref": "#/components/schemas/ComponentPlatform" }, { "description": "The platform to use to resolve compatible components." } ] }, "componentCandidates": { "allOf": [ { "$ref": "#/components/schemas/ComponentCandidateList" }, { "description": "The list of components to resolve." } ] } } }