-
Notifications
You must be signed in to change notification settings - Fork 2
export json schema for external reference purpose #27
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Exports JSON Schema and OpenAPI components so external systems can reference standardized country and currency codes.
- Adds standalone JSON Schema for 3‑letter currency codes.
- Introduces OpenAPI 3.1 specification with country (alpha-2, alpha-3) and currency code schemas plus an aggregate model.
- Bumps package version to reflect the new externally consumable schemas.
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| src/schema/currency.json | New JSON Schema defining a currency code pattern and examples for external reference. |
| src/api/v1/swagger.yml | New OpenAPI spec containing enumerations for country and currency codes and a composite TypeReferenceModel. |
| package.json | Version increment signaling a new exportable schema capability. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Beta Published - Install Command: |
No description provided.