Variable invoiceSchemaConst

invoiceSchema: JSONSchemaType<Invoice> = ...

This schema can be passed as an argument to the compile method of an Ajv instance, see https://ajv.js.org/api.html#ajv-compile-schema-object-data-any-boolean-promise-any for more information!