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

@ -27273,8 +27273,7 @@
"description": "Plugin trigger type",
"enum": [
"AssetCreate",
"AssetMetadataExtraction",
"PersonRecognized"
"AssetMetadataExtraction"
],
"type": "string"
},
@ -27301,8 +27300,7 @@
"WorkflowType": {
"description": "Workflow type",
"enum": [
"AssetV1",
"AssetPersonV1"
"AssetV1"
],
"type": "string"
},