beckn / beckn/protocol-specifications-v2
The default value for SpatialConstraint.quantifier does not exist in the enum options
Open
- Dominant language
- No language data
- Stars
- 15
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
In [beckn.yaml](https://github.com/beckn/protocol-specifications-v2/blob/main/api/v2.0.0/beckn.yaml), the default for SpatialConstraint.quantifier is any (lowercase).
But the enum only permits ANY/ALL/NONE, making the default invalid against its own schema. I like to suggest to correct to ANY to match the documented behavior ("at least one element matches (default)").
Contributor guide
Assessment
This issue has not been assessed yet.