Skip to content

Commit

Permalink
root properties are required; remove extra field
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Oct 3, 2024
1 parent ff5d6fc commit 17be7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/schemas/tabulatorTable.yml.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
},
"required": ["type", "package_name", "logical_key"]
},
"parser": {},
"schema": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -90,5 +89,6 @@
}
]
}
}
},
"required": ["schema", "source", "parser"]
}

0 comments on commit 17be7f6

Please sign in to comment.