2024-12-03 18:21:06 -06:00
|
|
|
{
|
2025-03-07 10:19:11 -05:00
|
|
|
"type": "object",
|
2024-12-03 18:21:06 -06:00
|
|
|
"properties": {
|
2025-03-07 10:19:11 -05:00
|
|
|
"name": { "type": "string" },
|
2025-03-11 09:39:30 -04:00
|
|
|
"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" }
|
2024-12-03 18:21:06 -06:00
|
|
|
},
|
2025-03-07 10:19:11 -05:00
|
|
|
"required": [
|
|
|
|
|
"name",
|
2025-03-11 09:39:30 -04:00
|
|
|
"email"
|
2025-03-07 10:19:11 -05:00
|
|
|
]
|
|
|
|
|
}
|