diff --git a/schema.json b/schema.json index 05f142b..05ce0b9 100644 --- a/schema.json +++ b/schema.json @@ -134,9 +134,14 @@ "description": "This class is the data model of the CV.", "properties": { "name": { + "default": null, "description": "The name of the person.", "title": "Name", - "type": "string" + "allOf": [ + { + "type": "string" + } + ] }, "label": { "default": null, @@ -244,9 +249,6 @@ ] } }, - "required": [ - "name" - ], "title": "CurriculumVitae", "type": "object" },