Skip to content

Commit

Permalink
synchronize json schema specs (#1220)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Mar 14, 2022
1 parent 0200192 commit 3cb2475
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions internal/apmschema/jsonschema/transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,13 @@
"string"
]
},
"name": {
"description": "The lambda function name.",
"type": [
"null",
"string"
]
},
"trigger": {
"description": "Trigger attributes.",
"type": [
Expand All @@ -855,6 +862,13 @@
]
}
}
},
"version": {
"description": "The lambda function version.",
"type": [
"null",
"string"
]
}
}
},
Expand Down

0 comments on commit 3cb2475

Please sign in to comment.