From 61ac7b46c11048b7f3608d090c7234db277da015 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 6 Apr 2025 10:39:05 +0200 Subject: [PATCH] eve/schema: remove reference to datajson --- etc/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/schema.json b/etc/schema.json index 6419d8e0a8..8846ab4872 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -22,7 +22,7 @@ "extra": { "type": "object", "additionalProperties": true, - "description": "Extra data created by keywords such as datajson" + "description": "Extra data created by keywords such as dataset with JSON" }, "metadata": { "type": "object", -- 2.47.2