Commit b1baf42
Nicki Nixon
fix(openapi): add required items field to iso_country_code array schema
Add items field to WidgetRequest.iso_country_code to comply with OpenAPI 3.0
specification requirement that array types must define their element types.
This change makes the schema technically valid without affecting documentation
display or user request construction, as the example array already demonstrates
the expected string values ["US", "CA"].1 parent af694d5 commit b1baf42
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7241 | 7241 | | |
7242 | 7242 | | |
7243 | 7243 | | |
7244 | | - | |
7245 | 7244 | | |
| 7245 | + | |
| 7246 | + | |
| 7247 | + | |
7246 | 7248 | | |
7247 | 7249 | | |
7248 | 7250 | | |
| |||
0 commit comments