-
Notifications
You must be signed in to change notification settings - Fork 6
Added Changes for #29 #55
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?
The head ref may contain hidden characters: "Prognose-Ladeproze\u00DF"
Conversation
|
Torsten Karstädt bearbeitet |
tkarstaedt
left a comment
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.
3 typos "Predicition" (should be Prediction)
ChargingProgressPredicitionList --> typo --> ChargingProgressPredictionList
#/definitions/ChargingProgressPredicitionListEntry --> typo --> #/definitions/ChargingProgressPredictionListEntry
ChargingProgressPredicitionListEntry --> typo --> ChargingProgressPredictionListEntry
|
Ich schlage folgende Änderungen vor:
|
…DVde#29, supersedes VDVde#55) - Fix typo: 'Predicition' -> 'Prediction' in names and references - Add missing description for ChargingProgressPredictionListEntry - Add descriptions for predictedSoc and predictedTime properties - Add min/max constraints for predictedSoc (0-100) - Add additionalProperties: false at object level - Improve descriptions for better clarity
#29