From 40bfd689dde7897509415d48fe53d87454f41ecb Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 19 May 2024 17:00:40 +0300 Subject: [PATCH] docs: update schema.json --- schema.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/schema.json b/schema.json index 02253e9..5de36e8 100644 --- a/schema.json +++ b/schema.json @@ -1580,27 +1580,6 @@ "additionalProperties": false, "description": "This class is the data model of `PublicationEntry`.", "properties": { - "date": { - "default": null, - "description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".", - "examples": [ - "2020-09-24", - "Fall 2023" - ], - "title": "Date", - "oneOf": [ - { - "pattern": "\\d{4}-\\d{2}(-\\d{2})?", - "type": "string" - }, - { - "type": "string" - }, - { - "type": "null" - } - ] - }, "title": { "description": "The title of the publication.", "title": "Title of the Publication", @@ -1636,6 +1615,27 @@ "type": "string" } ] + }, + "date": { + "default": null, + "description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".", + "examples": [ + "2020-09-24", + "Fall 2023" + ], + "title": "Date", + "oneOf": [ + { + "pattern": "\\d{4}-\\d{2}(-\\d{2})?", + "type": "string" + }, + { + "type": "string" + }, + { + "type": "null" + } + ] } }, "required": [