We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4a3e1 commit 8f1977aCopy full SHA for 8f1977a
tests/v1/structured_output/test_utils.py
@@ -13,10 +13,6 @@ def unsupported_string_schemas():
13
"type": "string",
14
"pattern": "^[a-zA-Z]+$"
15
},
16
- {
17
- "type": "string",
18
- "enum": ["active", "inactive", "pending"]
19
- },
20
{
21
22
"minLength": 1
@@ -164,6 +160,10 @@ def supported_schema():
164
160
"type": "number"
165
161
}
166
162
163
+ "car_type": {
+ "type": "string",
+ "enum": ["sedan", "suv", "truck"]
+ },
167
"address": {
168
"type": "object",
169
"properties": {
0 commit comments