chore: remove person workflow elements (#28974)

This commit is contained in:
Daniel Dietzler 2026-06-10 18:49:33 +02:00 committed by GitHub
parent 07813135b5
commit fb798a8f29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 41 additions and 76 deletions

View file

@ -203,31 +203,6 @@
},
"uiHints": ["Filter"]
},
{
"name": "filterPerson",
"title": "Filter by person",
"description": "Filter by detected person",
"types": ["AssetV1"],
"schema": {
"properties": {
"personIds": {
"type": "string",
"array": true,
"title": "Person IDs",
"description": "List of person to match",
"uiHint": "personId"
},
"matchAny": {
"type": "boolean",
"title": "Match any",
"default": true,
"description": "Match any name (true) or require all names (false)"
}
},
"required": ["personIds"]
},
"uiHints": ["Filter"]
},
{
"name": "assetArchive",
"title": "Archive asset",