mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
add grade field to education entry (#463)
* add grade field to education entry * remove optional and use "| None" * remove optional and use "| None" * update schema
This commit is contained in:
15
schema.json
15
schema.json
@@ -372,6 +372,21 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"grade": {
|
||||
"default": null,
|
||||
"examples": [
|
||||
"GPA: 3.00/4.00"
|
||||
],
|
||||
"title": "Grade",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"date": {
|
||||
"default": null,
|
||||
"description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"",
|
||||
|
||||
Reference in New Issue
Block a user