Skip to content

Fix invalid default for SpatialConstraint.quantifier#175

Open
louislarry wants to merge 1 commit into
beckn:draftfrom
louislarry:fix/quantifier-default-draft
Open

Fix invalid default for SpatialConstraint.quantifier#175
louislarry wants to merge 1 commit into
beckn:draftfrom
louislarry:fix/quantifier-default-draft

Conversation

@louislarry

@louislarry louislarry commented Jun 12, 2026

Copy link
Copy Markdown

The default was any (lowercase) but the enum only permits ANY/ALL/NONE, making the default invalid against its own schema. Corrected to ANY to match the documented behavior ("at least one element matches (default)").

Closes #173

The `default` was `any` (lowercase) but the enum only permits
`ANY`/`ALL`/`NONE`, making the default invalid against its own schema.
Corrected to `ANY` to match the documented behavior ("at least one
element matches (default)").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant