Sync from v0.13
This commit is contained in:
19
benchmarks/structured_schemas/structured_schema_1.json
Normal file
19
benchmarks/structured_schemas/structured_schema_1.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": { "type": "string" },
|
||||
"email": { "type": "string" },
|
||||
"street": { "type": "string" },
|
||||
"city": { "type": "string" },
|
||||
"state": { "type": "string" },
|
||||
"zip": { "type": "string" },
|
||||
"phone": { "type": "string" },
|
||||
"website": { "type": "string" },
|
||||
"company": { "type": "string" },
|
||||
"age": { "type": "integer" }
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"email"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user