schemas: Correct 'id' in navbeaconscan-v1.0.json

It still had 'fssdiscoveryscan' in there, presumably from a copying.
This commit is contained in:
Athanasius 2021-09-26 13:58:49 +00:00
parent b5b5c70559
commit f984ce4c79

View File

@ -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" ],