Skip to content

Commit

Permalink
Merge pull request #129 from jacobagilbert/captures_field_scope
Browse files Browse the repository at this point in the history
Explicit Scope for Captures Fields
  • Loading branch information
bhilburn authored Jun 3, 2021
2 parents 5a94482 + 8eeff93 commit 139f31c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sigmf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ Capture segment objects are composed of name/value pairs.

Each capture segment object must contain a `core:sample_start` name/value pair,
which indicates the first index at which the rest of the segment's name/value
pairs apply.
pairs apply. The fields that are described within a `captures` segment are
scoped to that segment only and must be declared again if they are valid in
subsequent segments.

The following names are specified in the `core` namespace and should be used in
capture segment objects:
Expand Down

0 comments on commit 139f31c

Please sign in to comment.