We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d15ca commit 5854702Copy full SHA for 5854702
1 file changed
backend/app/operations/validate.py
@@ -61,7 +61,7 @@ def official_format_to_aidbox(data: dict) -> dict:
61
if "meta" not in resource_data:
62
resource_data["meta"] = {}
63
64
- resource_data["meta"]["profile"] = profiles
+ resource_data["meta"]["profile"] = [profile.split("|")[0] for profile in profiles]
65
66
return {
67
"resource": resource_data,
0 commit comments