{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","description":"IP assignment — full transfer of title in identified IP from assignor to assignee. Common in (i) employee or contractor IP clean-up, (ii) asset-purchase transactions, (iii) university/research spin-outs. EU authors retain moral rights which cannot generally be assigned (Art. 6bis Berne Convention); practitioners use explicit moral-rights waivers to the extent permitted by local law.","required":["assignor","assignee","ip_assigned","effective_date","warranties","further_assurances_clause_summary","moral_rights_waiver_boolean","governing_law","signatories"],"additionalProperties":false,"properties":{"reference":{"type":"string"},"assignor":{"$ref":"#/$defs/party"},"assignee":{"$ref":"#/$defs/party"},"ip_assigned":{"type":"array","minItems":1,"items":{"type":"object","required":["type","description"],"additionalProperties":false,"properties":{"type":{"type":"string","enum":["trademark","copyright","patent","software","knowhow","design","domain_name","combined"]},"description":{"type":"string","minLength":1},"registrations_optional":{"type":"array","items":{"type":"object","required":["jurisdiction","number"],"additionalProperties":false,"properties":{"jurisdiction":{"type":"string","minLength":1},"number":{"type":"string","minLength":1},"description":{"type":"string"}}}}}}},"effective_date":{"type":"string","format":"date"},"consideration_amount_optional":{"type":"number","minimum":0},"currency_optional":{"type":"string"},"consideration_note":{"type":"string","description":"Prose for non-monetary or composite consideration (e.g. 'included in the fees payable under SOW-2026-104')."},"warranties":{"type":"string","minLength":1},"further_assurances_clause_summary":{"type":"string","minLength":1,"description":"Assignor's obligation to execute further documents, assist in recordal with IP offices, etc."},"moral_rights_waiver_boolean":{"type":"boolean","description":"True if the Assignor waives moral rights to the extent permitted by the law governing the specific work."},"governing_law":{"type":"string","minLength":1},"signatories":{"type":"array","minItems":2,"items":{"$ref":"#/$defs/signatory"}}},"$defs":{"party":{"type":"object","required":["legal_name","address"],"additionalProperties":false,"properties":{"legal_name":{"type":"string","minLength":1},"address":{"type":"string","minLength":1},"registration_number":{"type":"string"},"vat_id":{"type":"string"},"representative_name":{"type":"string"},"representative_role":{"type":"string"},"contact_email":{"type":"string","format":"email"}}},"signatory":{"type":"object","required":["party","name","role"],"additionalProperties":false,"properties":{"party":{"type":"string","enum":["assignor","assignee"]},"name":{"type":"string","minLength":1},"role":{"type":"string","minLength":1},"date":{"type":"string","format":"date"},"place":{"type":"string"}}}}}