Minor renamings in JSON format

This commit is contained in:
John J. Camilleri
2019-07-10 08:49:00 +02:00
parent acd4a5e8cd
commit eab9fb88aa
2 changed files with 12 additions and 12 deletions

View File

@@ -53,8 +53,8 @@
"productions",
"functions",
"sequences",
"startCats",
"totalFIds"
"categories",
"totalfids"
],
"properties": {
"flags": {
@@ -106,26 +106,26 @@
}
}
},
"startCats": {
"categories": {
"type": "object",
"additionalProperties": {
"title": "CncCat",
"type": "object",
"required": [
"s",
"e"
"start",
"end"
],
"properties": {
"s": {
"start": {
"type": "integer"
},
"e": {
"end": {
"type": "integer"
}
}
}
},
"totalFIds": {
"totalfids": {
"type": "integer"
}
}