mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2025-05-10 09:53:44 +02:00
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"id": 123,
|
|
"active": true,
|
|
"tags": ["tech", "startup", "innovation"],
|
|
"details": {
|
|
"website": "https://example.com",
|
|
"contact": {
|
|
"email": "info@example.com",
|
|
"phone": "+1-234-567-890"
|
|
}
|
|
},
|
|
"ratings": [4.5, 4.7, 4.8]
|
|
}
|