-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Schema] TypeScript to JSON Schema #786
Comments
3 tasks
2 tasks
2 tasks
6 tasks
6 tasks
@shimks How close are we to landing this? If the blog post has been approved for technical merit and is just in a holding pattern for grammar/touching up, then we can safely close this task. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Story
As a LB4 dev, I want my TypeScript classes to be automatically converted into JSON Schema so that I have a metadata representation of my classes that I can freely convert into other formats (OpenAPI schema, other classes in other languages, etc)
Cross-posting from #700:
Acceptance Criteria
@model
,@property
)@property
:$ref
(we can dereference this later)@model
:oneOf (it's a union type!)not supported by current juggler implementation(unless it's not, then don't ;) )The text was updated successfully, but these errors were encountered: