Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flattening structures for use by other AsyncApi spec tools #222

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

bluemonk3y
Copy link
Collaborator

See #221 - example command to flatten:

% docker run --rm -v "$(pwd)/resources:/app" ghcr.io/specmesh/specmesh-build-cli flatten --in-spec /app/simple_schema_demo-api.yaml --out-spec /app/testing.yaml

Changes:

channels:
  # PRODUCER/OWNER build pipe will publish schema to SR
  _public.user_signed_up:

into

channels:
  simple.schema_demo._public.user_signed_up:

@bluemonk3y bluemonk3y requested a review from a team as a code owner October 16, 2023 14:06
@bluemonk3y
Copy link
Collaborator Author

lgtm

@bluemonk3y bluemonk3y merged commit 34186dc into main Oct 17, 2023
3 checks passed
@bluemonk3y bluemonk3y deleted the 221-flatten-id-structure branch October 17, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant