StockLogEntry Property is date instead of date-time (#1617)

This commit is contained in:
Sebastian Ecker 2021-09-17 16:22:26 +02:00 committed by GitHub
parent 305f846dbf
commit 5563e7ed4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5120,7 +5120,7 @@
},
"used_date": {
"type": "string",
"format": "date-time"
"format": "date"
},
"spoiled": {
"type": "boolean",