keboola / event-schema
Installs: 6 637
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 1
pkg:composer/keboola/event-schema
Requires (Dev)
- php: >=8.1
- justinrainbow/json-schema: ^5.2
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.