Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Where ¶
type Where struct { Path string `json:"path" required:"true"` Operation string `json:"operation" enum:"==,!=,<,<=,>,>=,array-contains,array-contains-any,in,not-in" required:"true" title:"Operation"` Value WhereValue `json:"value" configurable:"true" title:"Value"` }
type WhereValue ¶
type WhereValue any
Click to show internal directories.
Click to hide internal directories.