content_internal_example.json 564 Bytes
Newer Older
Myriam Guedey's avatar
Myriam Guedey committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "item": {
      "title": "Test",
      "project": "",
      "author": {
        "firstName": "...",
        "lastName": "...",
        "hftURL": "..."
      },
      "project_year_start": "2021",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "imgs/hft.jpg",
      "keywords": ["..."],
      "description_en": "...",
      "description_de": "...",
      "internal":true
    },
    "links": {
      "demo": "...",
      "publication": "...",
      "youtube": "...",
      "project": "..."
    },
    "refIndex": 15
  }