mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
implement relationship integration tests
This commit is contained in:
@@ -954,7 +954,7 @@
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Relationship"
|
||||
"$ref": "#/components/schemas/dbtypeRelationship"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2629,6 +2629,36 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"dbtypeRelationship": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"ElementId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"StartId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"StartElementId":{
|
||||
"type": "string"
|
||||
},
|
||||
"EndId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"EndElementId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Props": {
|
||||
"$ref": "#/components/schemas/FamilyRelationship"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OptimizedPersonNode": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user