Properties
| Name | Type | Description |
|---|---|---|
| creation_time | string | |
| ein | string | |
| string | ||
| entity_name | string | |
| formation_date | string | |
| formation_state | string | |
| id | string | |
| last_updated_time | string | |
| phone_number | string | |
| status | string | |
| structure | string | |
| trade_names | array | |
| verification_last_run | string | |
| verification_status | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/business1",
"title": "Business",
"properties": {
"creation_time": {
"format": "date-time",
"type": "string"
},
"ein": {
"type": "string"
},
"email": {
"type": "string"
},
"entity_name": {
"type": "string"
},
"formation_date": {
"format": "date",
"type": "string"
},
"formation_state": {
"type": "string"
},
"id": {
"format": "uuid",
"type": "string"
},
"last_updated_time": {
"format": "date-time",
"type": "string"
},
"phone_number": {
"type": "string"
},
"status": {
"type": "string"
},
"structure": {
"type": "string"
},
"trade_names": {
"items": {
"type": "string"
},
"type": "array"
},
"verification_last_run": {
"format": "date-time",
"type": "string"
},
"verification_status": {
"type": "string"
}
},
"type": "object"
}