silverton-io / buz

Serverless multi-protocol + multi-destination event collection system.
https://buz.dev/
Apache License 2.0
186 stars 21 forks source link

$schema is always loaded from github even of available via file registry backend #570

Open bufferoverflow opened 1 year ago

bufferoverflow commented 1 year ago

The new schema library always tries to fetch the $schema file such as https://github.com/silverton-io/buz/blob/main/schemas/com.github/hook/repository/v1.0.json#L2 even if the schema is locally on disk provided by file registry backend.

removing the $schema file makes it work also within air gap environments.