guardrail-dev / guardrail-dev/guardrail
Support map of array
Open
core
enhancement
good first issue
help wanted
- Dominant language
- Scala
- Stars
- 541
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I've just hit an error when trying to define dictionary with array value type. Seem to be not supported by guardrail yet.
Would it be possible to add this feature?
Thanks.
Definition example:
```
type: object
additionalProperties:
type: array
items:
type: string
```
Contributor guide
Assessment
This issue has not been assessed yet.