-
Notifications
You must be signed in to change notification settings - Fork 22
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
params can be content descriptors and should allow deprecated
field
#188
Comments
ℹ️ migrated from open-rpc/playground#372 |
meowsbits
added a commit
to meowsbits/meta-schema
that referenced
this issue
Mar 26, 2020
meowsbits
added a commit
to meowsbits/meta-schema
that referenced
this issue
Mar 26, 2020
openrpc-bastion
added a commit
that referenced
this issue
Mar 26, 2020
## [1.7.2](1.7.1...1.7.2) (2020-03-26) ### Bug Fixes * **contentDescriptorObject:** add deprecated property ([e61bc86](e61bc86)), closes [#188](#188) * **contentDescriptorObject:** json typo ([03d6646](03d6646)) * **methodObject:** add 'externalDocs' to properties ([69765f6](69765f6)), closes [#187](#187) * **methodObject:** add servers property ([c457f90](c457f90)), closes [#186](#186) * **root:** add externalDocs ([d04ed72](d04ed72)), closes [#194](#194) * **whitespace:** whitespace(fix) ([068d862](068d862))
🎉 This issue has been resolved in version 1.7.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
meowsbits
pushed a commit
to meowsbits/meta-schema
that referenced
this issue
Mar 26, 2020
…/lodash-4.17.15 chore(deps): [security] bump lodash from 4.17.11 to 4.17.15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iiuc,
Method
s can haveContentDescriptor
s asParams
.Params
can have adeprecated
field. The playground currently tells me this is an error:Property deprecated is not allowed
.rel open-rpc/playground#372
The text was updated successfully, but these errors were encountered: