{
	"$schema": "https://osirisjson.org/schema/v1.0/osiris.schema.json",
	"version": "1.0.0",
	"metadata": {
		"timestamp": "2026-01-01T13:20:00Z",
		"generator": {
			"name": "manual",
			"version": "1.0.0"
		},
		"scope": {
			"name": "Minimal on-premise infrastructure",
			"description": "Single Dell PowerEdge R770 server example. This example use ICAO code, MXP is referred to a Datacenter located in Milan."
		}
	},
	"topology": {
		"resources": [
			{
				"id": "mxp::srv-001",
				"type": "compute.server",
				"name": "MXP-SRV-001",
				"provider": {
					"name": "custom",
					"namespace": "osiris.com.acme",
					"type": "PowerEdge R770",
					"native_id": "MXP-SRV-001",
					"site": "mxp-dc-01"
				},
				"properties": {
					"manufacturer": "Dell",
					"model": "PowerEdge R770",
					"location": {
						"datacenter": "MXP",
						"rack": "R01"
					}
				},
				"status": "active"
			}
		],
		"connections": [],
		"groups": []
	}
}
