update family tree return type

This commit is contained in:
2025-04-28 22:43:34 +02:00
parent 9507e0e74a
commit b3b42bdabf
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@
"relationships": {
"type": "array",
"items": {
"$ref": "#/components/schemas/dbtypeRelationship"
"$ref": "#/components/schemas/Relationship"
}
}
}
@@ -3059,7 +3059,7 @@
"relationships": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Relationship"
"$ref": "#/components/schemas/dbtypeRelationship"
}
}
}