Update Datenbankschema authored by Pollack, Philipp's avatar Pollack, Philipp
......@@ -66,17 +66,18 @@
```
{
"_id": <string>,
"grid_id": <string>
"name": <string>,
"aliases": [ <string>, <...> ],
"acronyms": [ <string>, <...> ],
"type": <string>,
"address": <GridAddress>,
"labels": <GridLabels>,
"relationships": <GridRelationship>,
"address": <RorAddress>,
"labels": <RorLabels>,
"relationships": <RorRelationship>,
"corresponding": <bool?>
}
```
# GridAddress
# RorAddress
```
{
"city": <string>,
......@@ -90,14 +91,14 @@
"postcode": <string>,
}
```
# GridLabel
# RorLabel
```
{
"label": <string>,
"iso639": <string>
}
```
# GridRelationship
# RorRelationship
```
{
"type": <string>,
......
......