Got scheme:
- in: query
name: created_gt
required: false
schema:
nullable: false
type: string
format: "date-time"
- in: query
name: created_lt
required: false
schema:
nullable: false
type: string
format: "date-time"
If I will not specify one of this items, error will be raised at pkg/runtime/bindstring.go:80. There is no check for empty value. I can fix it by myself, but I wish you suggest a better place for this check, because of I'm not sure about how to make it more properly.
Got scheme:
If I will not specify one of this items, error will be raised at pkg/runtime/bindstring.go:80. There is no check for empty value. I can fix it by myself, but I wish you suggest a better place for this check, because of I'm not sure about how to make it more properly.