fix: Entry renamed to Average
This commit is contained in:
parent
625dd63137
commit
f63604a18a
4 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
"$schema": "http://json-schema.org/draft/2020-12/schema",
|
||||
"type": "array",
|
||||
"def": {
|
||||
"entry": {
|
||||
"average": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"year": {
|
||||
|
@ -20,6 +20,6 @@
|
|||
}
|
||||
},
|
||||
"items": {
|
||||
"$ref": "#/def/entry"
|
||||
"$ref": "#/def/average"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue