27 lines
444 B
JSON
Executable File
27 lines
444 B
JSON
Executable File
{
|
|
"type": "object",
|
|
"properties": {
|
|
"created_at": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"count": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"type": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"person_type": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"updated_at": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
}
|
|
}
|