diff --git a/internal/apmschema/jsonschema/transaction.json b/internal/apmschema/jsonschema/transaction.json index fdaade997..5f2c3472b 100644 --- a/internal/apmschema/jsonschema/transaction.json +++ b/internal/apmschema/jsonschema/transaction.json @@ -833,6 +833,13 @@ "string" ] }, + "name": { + "description": "The lambda function name.", + "type": [ + "null", + "string" + ] + }, "trigger": { "description": "Trigger attributes.", "type": [ @@ -855,6 +862,13 @@ ] } } + }, + "version": { + "description": "The lambda function version.", + "type": [ + "null", + "string" + ] } } },