Skip to content

Commit

Permalink
Whoops, missed one of the bugs from #48
Browse files Browse the repository at this point in the history
- Fixed NBT not being allowed to be a string
  • Loading branch information
SnaveSutit committed Feb 19, 2024
1 parent 08df84f commit bc2ca82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schemas/apoli/types/nbt.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$docsUrl": "https://origins.readthedocs.io/en/latest/types/data_types/nbt/",
"type": "object",
"oneOf": [
{
"type": "string"
Expand Down

0 comments on commit bc2ca82

Please sign in to comment.