## Bug: `getLicense` response shows incorrect obligations field ### Issue - `getLicense` response includes an `obligations` field that is not populated correctly. - This field has no use, since associated obligations are already available via map APIs. - It was previously removed but reappeared after recent changes #118 . ### Expected - Remove `obligations` field from the response if not used. - Or populate properly, ### now <img width="1576" height="554" alt="Image" src="https://github.com/user-attachments/assets/55016abf-e4c0-4131-ad4d-17acae868b4b" /> ### Expected <img width="1576" height="554" alt="Image" src="https://github.com/user-attachments/assets/570962f9-8941-4a74-b608-f76d5d58067e" /> Note: maintainer verification needed!