records
Companies by License Type
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"companies-by-license-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/companies-by-license-type"
}
] - "definitions":{
- "companies-by-license-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/companies-by-license-type_records"
}
}
} - "records":
} - "properties":
- "companies-by-license-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "license_state_date":,{
- "type":"string",
- "format":"date",
- "title":"License State Date",
- "description":""
} - "license_type":,{
- "type":"string",
- "title":"License Type",
- "description":""
} - "company_status":{
- "type":"string",
- "title":"Company Status",
- "description":""
}
} - "license_state_date":
}
} - "fields":
} - "properties":
} - "companies-by-license-type":
}