forked from liza/Questionable
Make schema layout more explicit
This commit is contained in:
parent
de90882ecb
commit
295274143d
2
LLib
2
LLib
@ -1 +1 @@
|
||||
Subproject commit b1059871154b84401020c0072fd089fcc022fb77
|
||||
Subproject commit 746d14681baa91132784ab17f8f49671e86ea211
|
@ -217,7 +217,10 @@
|
||||
]
|
||||
},
|
||||
"Diving": {
|
||||
"type": ["boolean", "null"]
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"NotTargetable": {
|
||||
"type": "boolean"
|
||||
@ -715,15 +718,29 @@
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"anyOf": [
|
||||
{
|
||||
"properties": {
|
||||
"InteractionType": {
|
||||
"const": "UseItem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"then": {
|
||||
"properties": {
|
||||
"GroundTarget": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
],
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"ItemId"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
"InteractionType": {
|
||||
"const": "Combat"
|
||||
@ -732,8 +749,6 @@
|
||||
"const": "AfterItemUse"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"properties": {
|
||||
|
Loading…
Reference in New Issue
Block a user