Added validation samples

This commit is contained in:
Profitroll 2023-08-27 22:45:17 +02:00
parent 502ed0406e
commit 35a8cd4b2b
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"locations": [
1
],
"garbage_type": 0,
"date": {
"$date": "1970-01-01T00:00:00.000+00:00"
}
}

View File

@ -0,0 +1,10 @@
{
"id": 123456,
"name": "Sample Location",
"location": [
0.00000,
0.00000
],
"country": 0,
"timezone": "Europe/London"
}

View File

@ -0,0 +1,9 @@
{
"id": 123456789,
"locale": "en",
"enabled": true,
"location": 1,
"offset": 1,
"time_hour": 18,
"time_minute": 0
}