-
Notifications
You must be signed in to change notification settings - Fork 108
Use strings instead of integer ids for simulate examples #5061
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
Conversation
These examples were being rendered with the `_id` as an integer, however, that is invalid and we only allow strings for integers.
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.
Looks like our prettier config wants those to be single quotes, but otherwise LGTM. Thanks for fixing it.
npx prettier --config compiler/.prettierrc.json --log-level warn --write specification/simulate/ingest/examples/request/SimulateIngestRequestExample*
The CI fails with |
no need to run validation on examples, I'll just merge it |
* Use strings instead of integer ids for simulate examples These examples were being rendered with the `_id` as an integer, however, that is invalid and we only allow strings for integers. * Change " -> ' because... reasons? (cherry picked from commit 36c4828)
* Use strings instead of integer ids for simulate examples These examples were being rendered with the `_id` as an integer, however, that is invalid and we only allow strings for integers. * Change " -> ' because... reasons? (cherry picked from commit 36c4828)
* Use strings instead of integer ids for simulate examples These examples were being rendered with the `_id` as an integer, however, that is invalid and we only allow strings for integers. * Change " -> ' because... reasons? (cherry picked from commit 36c4828)
* Use strings instead of integer ids for simulate examples These examples were being rendered with the `_id` as an integer, however, that is invalid and we only allow strings for integers. * Change " -> ' because... reasons? (cherry picked from commit 36c4828) Co-authored-by: Lee Hinman <[email protected]>
* Use strings instead of integer ids for simulate examples These examples were being rendered with the `_id` as an integer, however, that is invalid and we only allow strings for integers. * Change " -> ' because... reasons? (cherry picked from commit 36c4828) Co-authored-by: Lee Hinman <[email protected]>
* Use strings instead of integer ids for simulate examples These examples were being rendered with the `_id` as an integer, however, that is invalid and we only allow strings for integers. * Change " -> ' because... reasons? (cherry picked from commit 36c4828) Co-authored-by: Lee Hinman <[email protected]>
These examples were being rendered with the
_id
as an integer, however, that is invalid and we only allow strings for integers.