From f984ce4c79174be7e993214203cc371ba93495b0 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Sep 2021 13:58:49 +0000 Subject: [PATCH] schemas: Correct 'id' in navbeaconscan-v1.0.json It still had 'fssdiscoveryscan' in there, presumably from a copying. --- schemas/navbeaconscan-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/navbeaconscan-v1.0.json b/schemas/navbeaconscan-v1.0.json index a2cb398..64d55bf 100644 --- a/schemas/navbeaconscan-v1.0.json +++ b/schemas/navbeaconscan-v1.0.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-04/schema#", - "id" : "https://eddn.edcd.io/schemas/fssdiscoveryscan/1#", + "id" : "https://eddn.edcd.io/schemas/navbeaconscan/1#", "type" : "object", "additionalProperties" : false, "required": [ "$schemaRef", "header", "message" ],