From e85a0516c7927e28510e5b73a9d8ef33f9a14b41 Mon Sep 17 00:00:00 2001 From: Reorx Date: Sun, 5 Feb 2023 15:40:36 +0800 Subject: [PATCH] schema: add meta.name --- src/schema/jsoncv.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schema/jsoncv.schema.json b/src/schema/jsoncv.schema.json index 9030449..759cb67 100644 --- a/src/schema/jsoncv.schema.json +++ b/src/schema/jsoncv.schema.json @@ -497,6 +497,10 @@ "description": "The schema version and any other tooling configuration lives here", "additionalProperties": true, "properties": { + "name": { + "type": "string", + "description": "The name of this JSONCV data, will be used as part of the filename when downloading." + }, "canonical": { "type": "string", "description": "URL (as per RFC 3986) to latest version of this document",