From 485ef50a3e819bf28342a696f000893a0c4e8e6f Mon Sep 17 00:00:00 2001 From: Andreas Venturini Date: Thu, 8 Feb 2024 12:31:52 +0100 Subject: [PATCH] Update examples in credit section * Fix types (no longer empty string but null) * Document picture * Document theater_engagement_type and theater_name --- source/index.html.md | 62 ++++++++++++++++++++++++++++++++------------ 1 file changed, 46 insertions(+), 16 deletions(-) diff --git a/source/index.html.md b/source/index.html.md index fb3f4a86be7..dd011944ae0 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -384,7 +384,7 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \ ], "award": [ { - "info": "", + "info": null, "name": "Avanca Film Festival - Best Performance", "year_from": 2017, "year_to": 2017, @@ -393,7 +393,7 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \ ], "education": [ { - "info": "", + "info": null, "name": "123 School", "year_from": 2013, "year_to": 2014 @@ -401,45 +401,75 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \ ], "film": [ { - "info": "", + "info": null, "name": "Schneeflöckchen", "year_from": 2019, "year_to": 2020, "role": "Jack", "role_type": "supporting", - "distributor": "", + "distributor": null, "director": "Adolfo Kolmerer", - "producer": "", - "caster": "" + "producer": null, + "caster": null, + "picture": { + "url": "https://imgproxy.filmmakers.eu/gqz46mqnA" + } }, { - "info": "", + "info": null, "name": "The Harmonica ", "year_from": 2018, "year_to": 2018, "role": "Felix", "role_type": "leading", - "distributor": "", - "director": "", + "distributor": null, + "director": null, "producer": "Deutsche Film- und Fernsehakademie Berlin", - "caster": "" + "caster": null, + "picture": { + "url": null + } } ], "television": [ { - "info": "", + "info": null, "name": "Mord mit Aussicht", "year_from": 2015, "year_to": 2016, "role": "Robert", "role_type": "misc", - "distributor": "", - "director": "", - "producer": "", - "caster": "" + "distributor": null, + "director": null, + "producer": null, + "caster": null, + "picture": { + "url": null + } + } + ], + "theatre": [ + { + "info": null, + "name":"Das Dschungelbuch (Jungle Book)", + "year_from":2001, + "year_to":2002, + "type_genre": null, + "favorite":false, + "role":"Mowgli", + "role_type": null, + "director":"Robert Persche", + "producer": null, + "caster": null, + "writer": null, + "theater_name":"Stadttheater Klagenfurt", + "theater_engagement_type": null, + "picture": { + "url": null + }, + "distributor":"Stadttheater Klagenfurt" } ], - "theatre": [], "audio": [], "other": [], "internet": [],