Amazon IoT Greengrass · JSON Structure

Iot Greengrass Resolve Component Candidates Request Structure

ResolveComponentCandidatesRequest schema

Type: object Properties: 2
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

ResolveComponentCandidatesRequest is a JSON Structure definition published by Amazon IoT Greengrass, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

platform componentCandidates

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}