mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
34 lines
481 B
JSON
34 lines
481 B
JSON
{
|
|
"metadata": {
|
|
"testing": true,
|
|
"version": "1.0.1"
|
|
},
|
|
"system": "users demo",
|
|
"users": [
|
|
{
|
|
"favorites": [
|
|
"ants"
|
|
],
|
|
"uuid": "abc123",
|
|
"name": "Alex Aardvark",
|
|
"id": 1
|
|
},
|
|
{
|
|
"favorites": [
|
|
"mice",
|
|
"birds"
|
|
],
|
|
"uuid": "def456",
|
|
"name": "Bailey Bobcat",
|
|
"id": 2
|
|
},
|
|
{
|
|
"favorites": [
|
|
"seeds"
|
|
],
|
|
"uuid": "ghi789",
|
|
"name": "Cam Chipmunk",
|
|
"id": 3
|
|
}
|
|
]
|
|
}
|