{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","description":"Memorandum of Understanding — typically non-binding expression of strategic intent to cooperate between two or more organisations. Distinct from an LOI (which usually precedes a transaction) in that the MOU is often the endpoint in itself (partnership, internship pipeline, public-private collaboration).","required":["parties","effective_date","purpose","areas_of_collaboration","roles_and_responsibilities","duration","governance","binding_provisions","non_binding_disclaimer","signatories"],"additionalProperties":false,"properties":{"reference":{"type":"string"},"parties":{"type":"array","minItems":2,"items":{"type":"object","required":["legal_name","address","representative_name"],"additionalProperties":false,"properties":{"legal_name":{"type":"string","minLength":1},"organisation_type":{"type":"string","description":"E.g. 'SME', 'NGO', 'public agency', 'vocational school'."},"address":{"type":"string","minLength":1},"registration_number":{"type":"string"},"representative_name":{"type":"string","minLength":1},"representative_role":{"type":"string"},"contact_email":{"type":"string","format":"email"}}}},"effective_date":{"type":"string","format":"date"},"purpose":{"type":"string","minLength":1},"areas_of_collaboration":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"roles_and_responsibilities":{"type":"array","minItems":2,"items":{"type":"object","required":["party","responsibility"],"additionalProperties":false,"properties":{"party":{"type":"string","minLength":1,"description":"Short name of the party (matches parties[].legal_name or short form)."},"responsibility":{"type":"string","minLength":1}}}},"duration":{"type":"string","minLength":1,"description":"E.g. '3 years, renewable by tacit agreement' or 'until 2028-12-31 unless terminated earlier'."},"governance":{"type":"object","required":["joint_committee_boolean"],"additionalProperties":false,"properties":{"joint_committee_boolean":{"type":"boolean"},"meeting_cadence_optional":{"type":"string"},"contacts_optional":{"type":"array","items":{"type":"object","required":["party","name","role"],"additionalProperties":false,"properties":{"party":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"role":{"type":"string","minLength":1},"email":{"type":"string","format":"email"}}}}}},"confidentiality_reference":{"type":"string"},"binding_provisions":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"non_binding_disclaimer":{"type":"string","minLength":1},"signatories":{"type":"array","minItems":2,"items":{"type":"object","required":["party_legal_name","name","role"],"additionalProperties":false,"properties":{"party_legal_name":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"role":{"type":"string","minLength":1},"date":{"type":"string","format":"date"},"place":{"type":"string"}}}}}}