{
"title": "cli.output.notification.api.Detached",
"description": "Emitted by the parent process during `--detach` once the child has\nbeen spawned. Replaces the prior `println!(\"PID: {pid}\")`.\n\nWire: `{\"type\":\"notification\",\"pid\":12345}`.",
"type": "object",
"properties": {
"pid": {
"type": "integer",
"minimum": 0,
"maximum": 4294967295
}
}
}