Skip to content

SetChargingProfile schema validation fails due to floating point arithmethic #12

@foxriver76

Description

@foxriver76

the limit value is defined via multipleOf: 0.1 which will fail in many cases. When I set value of 0.1 everything is fine, else I will get an error, e.g. if I set 2000

Invalid value "[object Object]" for field csChargingProfiles

I think for validation purposes, the multipleOf requirement should be removed or the validator needs to be adjusted, else it makes it impossible to use the limit property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions