LambdaEventSourceType schema
{ "$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-event-source-type-schema.json", "title": "LambdaEventSourceType", "description": "LambdaEventSourceType schema", "type": "string", "enum": [ "PUB_SUB", "IOT_CORE" ] }