|
RMB based storage module define database indexes and some data fields in the schema.json file. This is important information when created CQL queries.
Usually schema.json is at /blob/master/src/main/resources/templates/db_scripts/schema.json within the repository, there are a few exceptions with an additional subdirectory.
Some examples:
https://github.com/folio-org/mod-organizations-storage/blob/master/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-calendar/blob/master/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-circulation-storage/blob/master/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-configuration/blob/master/mod-configuration-server/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-courses/blob/master/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-data-export/blob/master/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-data-import/blob/master/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-data-import-converter-storage/blob/master/mod-data-import-converter-storage-server/src/main/resources/templates/db_scripts/schema.json
https://github.com/folio-org/mod-email/blob/master/src/main/resources/templates/db_scripts/schema.json
A link to the schema.json file could be listed on the Source-code map page, example:
GitHub schema.json: https://github.com/folio-org/mod-email/blob/master/src/main/resources/templates/db_scripts/schema.json
|