Files
core/tests/components/litterrobot/fixtures/pet_data.json
T
2026-03-15 20:53:45 +01:00

20 lines
644 B
JSON

{
"petId": "PET-123",
"userId": "1234567",
"createdAt": "2023-04-27T23:26:49.813Z",
"name": "Kitty",
"type": "CAT",
"gender": "FEMALE",
"lastWeightReading": 9.1,
"breeds": ["sphynx"],
"weightHistory": [
{ "weight": 6.48, "timestamp": "2025-06-13T16:12:36" },
{ "weight": 6.6, "timestamp": "2025-06-14T03:52:00" },
{ "weight": 6.59, "timestamp": "2025-06-14T17:20:32" },
{ "weight": 6.5, "timestamp": "2025-06-14T19:22:48" },
{ "weight": 6.35, "timestamp": "2025-06-15T03:12:15" },
{ "weight": 6.45, "timestamp": "2025-06-15T15:27:21" },
{ "weight": 6.25, "timestamp": "2025-06-15T15:29:26" }
]
}