{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Praktikumsvertrag","description":"Internship agreement. Distinguishes (a) compulsory internships required by a training programme (Pflichtpraktikum) and (b) voluntary internships (freiwilliges Praktikum). MiLoG (minimum-wage law) applies to voluntary internships lasting more than 3 months, but not to compulsory internships mandated by the curriculum (§22 Abs. 1 MiLoG).","type":"object","required":["employer","intern","internship_type","start_date","end_date","learning_objectives","working_time","compensation","place_of_signature","signature_date"],"additionalProperties":false,"properties":{"employer":{"type":"object","required":["name","address","represented_by"],"additionalProperties":false,"properties":{"name":{"type":"string","minLength":1},"legal_form":{"type":"string"},"address":{"type":"string","minLength":1},"represented_by":{"type":"string","minLength":1},"supervisor":{"type":"string"}}},"intern":{"type":"object","required":["full_name","address","date_of_birth"],"additionalProperties":false,"properties":{"full_name":{"type":"string","minLength":1},"address":{"type":"string","minLength":1},"date_of_birth":{"type":"string","format":"date"},"educational_institution":{"type":"string"},"course_of_study":{"type":"string"},"semester":{"type":"string"}}},"internship_type":{"type":"string","enum":["pflichtpraktikum","freiwilliges_orientierungspraktikum","freiwilliges_begleitpraktikum","freiwilliges_praktikum_über_3_monate"],"description":"Determines MiLoG applicability under §22 Abs. 1 MiLoG"},"curriculum_evidence":{"type":"string","description":"Bei Pflichtpraktikum: Nachweis aus Studien-/Ausbildungsordnung"},"start_date":{"type":"string","format":"date"},"end_date":{"type":"string","format":"date"},"probation_weeks":{"type":"integer","minimum":0,"maximum":12},"learning_objectives":{"type":"string","minLength":1},"activities":{"type":"array","items":{"type":"string","minLength":1}},"workplace":{"type":"string"},"working_time":{"type":"object","required":["weekly_hours","distribution"],"additionalProperties":false,"properties":{"weekly_hours":{"type":"number","minimum":0,"maximum":48},"distribution":{"type":"string","minLength":1}}},"compensation":{"type":"object","required":["monthly_amount","vat_note"],"additionalProperties":false,"properties":{"monthly_amount":{"type":"number","minimum":0},"hourly_rate":{"type":"number","minimum":0},"vat_note":{"type":"string","minLength":1,"description":"e.g. 'MiLoG nicht anwendbar (Pflichtpraktikum)' oder 'MiLoG anwendbar, Stundensatz ≥ 12,82 €'"},"iban":{"type":"string"}}},"holiday_days":{"type":"integer","minimum":0,"description":"§3 BUrlG; Anspruch bei Praktikum als Arbeitnehmer"},"confidentiality":{"type":"boolean"},"certificate_clause":{"type":"string","description":"Regelung zum Praktikumszeugnis (§109 GewO)"},"place_of_signature":{"type":"string","minLength":1},"signature_date":{"type":"string","format":"date"}}}