Skip to content
Snippets Groups Projects

bma.blockain.DIFFICULTIES_SCHEMA: Switch to prefixItems (#204)

Merged Moul requested to merge 204_jsonchema_difficulties into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -201,7 +201,7 @@ DIFFICULTIES_SCHEMA = {
"block": {"type": "number"},
"levels": {
"type": "array",
"items": [
"prefixItems": [
{
"type": "object",
"properties": {
Loading