We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
anyOf
1 parent 322b88c commit a059244Copy full SHA for a059244
schemas/ingest-spans.v1.schema.json
@@ -33,20 +33,20 @@
33
"description": "The parent span ID is the ID of the span that caused this span. It is an 8 byte hexadecimal string."
34
},
35
"start_timestamp": {
36
- "$anyOf": [
+ "anyOf": [
37
{
38
"$ref": "file://ingest-spans.v1.schema.json#/definitions/PositiveFloat"
39
40
- null
+ { "type": "null" }
41
],
42
"description": "UNIX timestamp in seconds with fractional part up to microsecond precision."
43
44
"end_timestamp": {
45
46
47
48
49
50
51
52
0 commit comments