File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed
benchmarks/structured_schemas Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change 11{
2- "type" : " array" ,
3- "items" : {
42 "type" : " object" ,
53 "properties" : {
64 "name" : { "type" : " string" },
7- "race" : { "type" : " string" },
8- "class" : { "type" : " string" },
9- "level" : { "type" : " integer" },
10- "background" : { "type" : " string" },
11- "alignment" : { "type" : " string" },
12- "backstory" : { "type" : " string" }
5+ "email" : { "type" : " string" },
6+ "street" : { "type" : " string" },
7+ "city" : { "type" : " string" },
8+ "state" : { "type" : " string" },
9+ "zip" : { "type" : " string" },
10+ "phone" : { "type" : " string" },
11+ "website" : { "type" : " string" },
12+ "company" : { "type" : " string" },
13+ "age" : { "type" : " integer" }
1314 },
1415 "required" : [
1516 " name" ,
16- " race" ,
17- " class" ,
18- " level" ,
19- " background" ,
20- " alignment" ,
21- " backstory"
17+ " email"
2218 ]
23- }
2419}
25-
You can’t perform that action at this time.
0 commit comments