Skip to content

Commit

Permalink
synchronize json schema specs (#996)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Aug 4, 2021
1 parent bd4860a commit 089045a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions internal/apmschema/jsonschema/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,30 @@
"maxLength": 1024
}
},
"network": {
"description": "Network holds information about the network over which the monitored service is communicating.",
"type": [
"null",
"object"
],
"properties": {
"connection": {
"type": [
"null",
"object"
],
"properties": {
"type": {
"type": [
"null",
"string"
],
"maxLength": 1024
}
}
}
}
},
"process": {
"description": "Process metadata about the monitored service.",
"type": [
Expand Down

0 comments on commit 089045a

Please sign in to comment.