misode / minecraft-schemas

Schemas to parse and validate JSON structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`processor_list` doesn't allow shorthand list format

jacobsjo opened this issue · comments

See https://minecraft.wiki/w/Processor_list

The following processor list is allowed by minecraft, but not by the schemas:

[
    {
      "processor_type": "minecraft:nop"
    }
]