{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Share Certificate","description":"Share certificate evidencing ownership of registered shares in a private limited company. Issued by the company to the shareholder and cross-referenced to the share register. Fits BE WVV/CCA art. 5:27 (registered shares), FR Code de commerce art. L228-1 (titres nominatifs), DE AktG §10 (Aktienurkunde) and NL BW Boek 2 art. 2:194 (aandeelhoudersregister).","type":"object","additionalProperties":false,"required":["certificate_number","company","shareholder","share_details","date_of_issue","issuing_directors","transferability_note","register_reference"],"$defs":{"director":{"type":"object","additionalProperties":false,"required":["name","title"],"properties":{"name":{"type":"string"},"title":{"type":"string"},"signature_placeholder":{"type":"string"}}}},"properties":{"certificate_number":{"type":"string"},"company":{"type":"object","additionalProperties":false,"required":["name","registration","registered_office"],"properties":{"name":{"type":"string"},"registration":{"type":"string"},"registered_office":{"type":"string"}}},"shareholder":{"type":"object","additionalProperties":false,"required":["name","address"],"properties":{"name":{"type":"string"},"address":{"type":"string"},"tax_id":{"type":"string"}}},"share_details":{"type":"object","additionalProperties":false,"required":["class_name","number_of_shares","par_value","total_par_value","currency"],"properties":{"class_name":{"type":"string"},"number_of_shares":{"type":"integer","exclusiveMinimum":0},"par_value":{"type":"number","exclusiveMinimum":0},"total_par_value":{"type":"number","exclusiveMinimum":0},"currency":{"type":"string","minLength":3,"maxLength":3}}},"date_of_issue":{"type":"string","format":"date"},"issuing_directors":{"type":"array","minItems":1,"items":{"$ref":"#/$defs/director"}},"corporate_seal_placeholder":{"type":"string"},"transferability_note":{"type":"string"},"register_reference":{"type":"string"}}}