keboola / event-schema
There is no license information available for the latest version (2.0.0) of this package.
2.0.0
2023-01-20 09:37 UTC
Requires (Dev)
- php: >=8.1
- justinrainbow/json-schema: ^5.2
This package is auto-updated.
Last update: 2023-01-20 09:42:13 UTC
README
Schemes of events used by multiple Keboola services.
Example: file schema/ext.keboola.keboola-as-code..json
is for the event ext.keboola.keboola-as-code.
(the dot .
at the end is not a typo).
Development
To run tests, first install dependencies using docker-compose run --rm dev composer install
command. Now you can use
docker-compose run --rm dev composer tests
to run tests.
License
MIT licensed, see LICENSE file.