From 619be1d7f6d4721f8872f91f7a14c1ea24ffb040 Mon Sep 17 00:00:00 2001 From: James Sandford Date: Mon, 20 Jan 2025 10:46:54 +0000 Subject: [PATCH] Add assumed default to `sample_offset` --- api/schemas/flow-segment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/schemas/flow-segment.json b/api/schemas/flow-segment.json index 2b25594..377e30a 100644 --- a/api/schemas/flow-segment.json +++ b/api/schemas/flow-segment.json @@ -24,7 +24,7 @@ "$ref": "timestamp.json" }, "sample_offset": { - "description": "The start of the segment represented as a count of samples from the start of the object. Note that a sample is a video frame or audio sample. A (coded) audio frame has multiple audio samples", + "description": "The start of the segment represented as a count of samples from the start of the object. Note that a sample is a video frame or audio sample. A (coded) audio frame has multiple audio samples. Assumed to be 0 if not set.", "type": "integer" }, "sample_count": {