This commit is contained in:
DaanV2
2021-06-09 11:12:18 +02:00
parent ada0815fa6
commit 13dad248b8
76 changed files with 351 additions and 327 deletions

View File

@@ -35,6 +35,9 @@
"description": "List of items that the entity wants to share",
"items": {
"type": "object",
"title": "Item",
"description": "An Item that the entity wants to share",
"additionalProperties": false,
"properties": {
"admire": {
"type": "boolean",
@@ -77,8 +80,7 @@
},
"want_amount": { "type": "integer", "description": "Number of this item this entity wants to have.", "title": "Want Amount" }
}
},
"title": "TODO Title"
}
}
}
}