Skip to content

Commit

Permalink
update-specs (#1408)
Browse files Browse the repository at this point in the history
* chore: Updated to content "" in file "spec/fixtures/transaction.json"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "spec/fixtures/span.json"

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: Emily S <emily.stolfo@elastic.co>
  • Loading branch information
3 people committed Aug 16, 2023
1 parent cd1bc75 commit cf1bc91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions spec/fixtures/span.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
}
},
"required": [
"compression_strategy",
"count",
"sum",
"compression_strategy"
"sum"
]
},
"context": {
Expand Down Expand Up @@ -871,12 +871,12 @@
}
},
"required": [
"duration",
"id",
"trace_id",
"name",
"parent_id",
"trace_id",
"type"
"type",
"duration"
],
"anyOf": [
{
Expand Down
6 changes: 3 additions & 3 deletions spec/fixtures/transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -1122,10 +1122,10 @@
}
},
"required": [
"duration",
"trace_id",
"id",
"type",
"span_count",
"trace_id",
"type"
"duration"
]
}

0 comments on commit cf1bc91

Please sign in to comment.