Changes
Page history
Update Datenbankschema
authored
Jan 05, 2022
by
Pollack, Philipp
Hide whitespace changes
Inline
Side-by-side
Open-Access-Monitor/Datenbankschema.md
View page @
a5ed21c2
...
@@ -66,17 +66,18 @@
...
@@ -66,17 +66,18 @@
```
```
{
{
"_id": <string>,
"_id": <string>,
"grid_id": <string>
"name": <string>,
"name": <string>,
"aliases": [ <string>, <...> ],
"aliases": [ <string>, <...> ],
"acronyms": [ <string>, <...> ],
"acronyms": [ <string>, <...> ],
"type": <string>,
"type": <string>,
"address": <
Grid
Address>,
"address": <
Ror
Address>,
"labels": <
Grid
Labels>,
"labels": <
Ror
Labels>,
"relationships": <
Grid
Relationship>,
"relationships": <
Ror
Relationship>,
"corresponding": <bool?>
"corresponding": <bool?>
}
}
```
```
#
Grid
Address
#
Ror
Address
```
```
{
{
"city": <string>,
"city": <string>,
...
@@ -90,14 +91,14 @@
...
@@ -90,14 +91,14 @@
"postcode": <string>,
"postcode": <string>,
}
}
```
```
#
Grid
Label
#
Ror
Label
```
```
{
{
"label": <string>,
"label": <string>,
"iso639": <string>
"iso639": <string>
}
}
```
```
#
Grid
Relationship
#
Ror
Relationship
```
```
{
{
"type": <string>,
"type": <string>,
...
...
...
...