From 88df48b536b1691c11992f5a9f0340a8ff4b5dbb Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Fri, 13 Sep 2024 14:06:43 -0400 Subject: [PATCH] Use the raw github url for json schema id --- sigmf-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigmf-schema.json b/sigmf-schema.json index 41e2f98..de10ee6 100644 --- a/sigmf-schema.json +++ b/sigmf-schema.json @@ -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.",