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); ansibleResults reports the outcome of each galaxy role/collection install kicked off as part of the create.{
"result": "string",
"blueprintID": "string",
"id": "string",
"ansibleResults": [
{
"name": "string",
"version": "string",
"ok": true,
"error": "string",
"type": "role"
}
]
}