{
"id": "string",
"sourceID": "string",
"name": "string",
"description": "string",
"authors": [
"string"
],
"homepage": "string",
"license": "string",
"type": "git",
"url": "string",
"ref": "string",
"ownerUserID": "string",
"lastSyncedAt": "string",
"lastSyncStatus": "ok",
"lastSyncError": "string",
"sync": {
"templateResults": [
{
"name": "string",
"ok": true,
"message": "string"
}
],
"localAnsibleResults": {
"roleResults": [
{
"name": "string",
"ok": true,
"message": "string"
}
],
"collectionResults": [
{
"name": "string",
"ok": true,
"message": "string"
}
]
},
"blueprintResults": {
"ansibleResults": [
{
"name": "string",
"version": "string",
"ok": true,
"error": "string",
"type": "role"
}
],
"undeclaredDependencies": [
{
"blueprintID": "string",
"role": "string",
"kind": "missing_role",
"parentCollection": "string"
}
]
}
}
}