Skip to content

Commit

Permalink
Move async schemas to dedicated json schema file for better code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jman012 committed Aug 2, 2023
1 parent c783010 commit b2700a3
Show file tree
Hide file tree
Showing 5 changed files with 952 additions and 870 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ docs-schemas: trim docs-skeleton
cp ./src/floatplane-openapi-specification.json ./src/floatplane-openapi-specification-trimmed.json Docs/
cp ./src/floatplane-asyncapi-frontend-specification.json Docs/
cp ./src/floatplane-asyncapi-chat-specification.json Docs/
cp ./src/async-schemas.json Docs/
docs-all: clean validate docs-skeleton docs-trimmed docs-full docs-async docs-schemas yaml
@echo "docs-all complete!"
Loading

0 comments on commit b2700a3

Please sign in to comment.