asyncapi / website

AsyncAPI specification website
https://www.asyncapi.com
Apache License 2.0
440 stars 583 forks source link

[3.0.0] Serve bindings JSON Schema files via https://asyncapi.com/bindings #870

Open smoya opened 2 years ago

smoya commented 2 years ago

Originally posted by @smoya in https://github.com/asyncapi/spec-json-schemas/issues/225#issuecomment-1178673069

Serve schemas for bindings via https://asyncapi.com/bindings . Those will be located in https://github.com/asyncapi/spec-json-schemas/tree/next-major-spec/bindings

Serving JSON Schema files through asyncapi.com is done thanks to the following Netlify Edge Function: https://github.com/asyncapi/website/blob/master/netlify/edge-functions/serve-definitions.ts

Ids like http://asyncapi.com/bindings/kafka/0.4.0/message.json should be reachable as well by HTTP in the same address as the id name.

Fixes https://github.com/asyncapi/spec-json-schemas/issues/493

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience :heart:

smoya commented 1 year ago

still relevant

smoya commented 9 months ago

Weep! this should be reopened!

smoya commented 9 months ago

cc @jonaslagoni @derberg @fmvilas @AceTheCreator

derberg commented 9 months ago

@smoya next time do not wait for us to reopen but go ahead and open new issue 👍🏼

smoya commented 9 months ago

I tested now and It worked. But for some reason, I couldn't reopen it and I assumed it was because issues closed by bot couldn't be reopened. Of course I'm not feeling the king and you all need to do the job for me hahaha

derberg commented 9 months ago

wait, so is it suppose to be open or close 😃

smoya commented 9 months ago

Opened, as now.

smoya commented 6 months ago

We need to either create a new or modify the following Netlify edge-function https://github.com/asyncapi/website/blob/master/netlify/edge-functions/serve-definitions.ts and add a new redirection rule into https://github.com/asyncapi/website/blob/master/netlify.toml

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience :heart:

smoya commented 1 month ago

Still valid