result is the message ("Blueprint created/copied/imported successfully"); blueprintID is the slug-prefixed public ID; id is the PocketBase record ID (emitted by importBlueprint); roleResults reports the outcome of each role install kicked off as part of the create.{
"result": "string",
"blueprintID": "string",
"id": "string",
"roleResults": [
{
"name": "string",
"version": "string",
"ok": true,
"error": "string"
}
]
}