fix: enum type def (#563)

This commit is contained in:
Ryan Brink
2024-01-17 16:14:47 -05:00
committed by GitHub
parent 3d1fc566d4
commit 353637bb94
25 changed files with 121 additions and 34 deletions

View File

@ -1,4 +1,3 @@
{
"enum": [ "ONE", "TWO" ],
"type": "string"
"enum": [ "ONE", "TWO" ]
}

View File

@ -1,4 +1,3 @@
{
"enum": [ "ONE", "TWO" ],
"type": "string"
"enum": [ "ONE", "TWO" ]
}