Skip to content

Commit

Permalink
Use the raw github url for json schema id
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc committed Sep 13, 2024
1 parent feffbcd commit 88df48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigmf-schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://github.com/sigmf/SigMF/blob/v1.2.1/sigmf-schema.json",
"$id": "https://raw.githubusercontent.com/sigmf/SigMF/v1.2.2/sigmf-schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Schema for SigMF Meta Files",
"description": "SigMF specifies a way to describe sets of recorded digital signal samples with metadata written in JSON. SigMF can be used to describe general information about a collection of samples, the characteristics of the system that generated the samples, features of signals themselves, and the relationship between different recordings.",
Expand Down

0 comments on commit 88df48b

Please sign in to comment.