Issue #1: Add a script to generate OpenAPI object definitions
This patch introduces the koha_schema_to_openapi.pl script. To use it:
- Install 'jq': $ sudo apt install jq
- Have this patch applied to your misc4dev clone
- Run: $ kshell k$ ../misc4dev/koha_schema_to_openapi.pl --resultset Borrower => SUCCESS: A skeletal OpenAPI object definition is printed
Signed-off-by: Tomas Cohen Arazi tomascohen@theke.io