Adding investigate_suspicious_location

This commit is contained in:
DaanV2
2024-01-06 23:02:12 +01:00
parent 94be6e147b
commit f224ae3b24
5 changed files with 54 additions and 10 deletions

View File

@@ -25,6 +25,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"item": {
"oneOf": [
{ "type": "string", "$ref": "./identifier.json" },
{
"type": "object",
"$ref": "#/definitions/object_item_descriptor"
}
]
},
"tags": {
"type": "string",
"$ref": "../../molang/string.json",