From a3fea3a8142e518bf86bea824c7b5f10523b3cc4 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 19 Jul 2024 01:28:06 +0300 Subject: [PATCH] docs: update schema.json --- schema.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/schema.json b/schema.json index b2ef7257..05f15523 100644 --- a/schema.json +++ b/schema.json @@ -173,10 +173,8 @@ "title": "Margins" }, "show_timespan_in": { - "default": [ - "Experience" - ], - "description": "The time span will be shown in the date and location column in these sections. The input should be a list of section titles as strings (case-sensitive). The default value is ['Experience'].", + "default": [], + "description": "The time span will be shown in the date and location column in these sections. The input should be a list of section titles as strings (case-sensitive). The default value is [] (no section will show the time span).", "items": { "type": "string" }, @@ -1621,6 +1619,7 @@ "title": "DOI", "oneOf": [ { + "pattern": "\\b10\\..*", "type": "string" } ] @@ -1948,9 +1947,7 @@ "top": "0.3 cm" } }, - "show_timespan_in": [ - "Experience" - ] + "show_timespan_in": [] }, "description": "The design information of the CV. The default is the classic theme.", "discriminator": {