Made title for chronology eras require

This commit is contained in:
DrMint 2022-02-25 15:42:41 +01:00
parent 8033ee4867
commit 6921fb7454
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"options": {}, "options": {},
"attributes": { "attributes": {
"title": { "title": {
"type": "string" "type": "string",
"required": true
}, },
"language": { "language": {
"type": "relation", "type": "relation",