records
Business licences 1997 to 2012
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":"business-licences-1997-to-2012",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/business-licences-1997-to-2012"
}
] - "definitions":{
- "business-licences-1997-to-2012":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/business-licences-1997-to-2012_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "business-licences-1997-to-2012_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "folderyear":,{
- "type":"string",
- "title":"FOLDERYEAR",
- "description":"First two characters of the Business Licence Number, representing the year issued"
} - "licencersn":,{
- "type":"string",
- "title":"LicenceRSN",
- "description":"Unique identifier for each business licence generated by the system"
} - "licencenumber":,{
- "type":"string",
- "title":"LicenceNumber",
- "description":"This is a 9 character field consisting of a two digit number indicating the year issued followed by a hyphen and a six digit system-generated number. Note: There is a small chance that a licence number can be reused more than once within a given year. LicenceRSN is an unique identifier."
} - "licencerevisionnumber":,{
- "type":"string",
- "title":"LicenceRevisionNumber",
- "description":"A 2 digit field generated by the system that represents the licence version. Note: 00 means the original version and this number increases as new revisions are created."
} - "businessname":,{
- "type":"string",
- "title":"BusinessName",
- "description":"The ownership of the business"
} - "businesstradename":,{
- "type":"string",
- "title":"BusinessTradeName",
- "description":"Name under which business is usually conducted"
} - "status":,{
- "type":"string",
- "title":"Status",
- "description":"Current status of the business licence, as follows: i) Cancelled: Licence is cancelled due to various reasons ii) GOB: Gone Out of Business. A business is no longer operating iii) Inactive: Licence is no longer active iv) Issued: Licence is issued with no status change (e.g., GOB) for the displayed year or the review of a Liquor licence application is completed v) Pending: Licence is in an application, incomplete or under review stage for the displayed year (e.g., pending approval, renewal, payment, under review)"
} - "issueddate":,{
- "type":"string",
- "format":"date",
- "title":"IssuedDate",
- "description":"The date when the business licence is issued and printed. "
} - "expireddate":,{
- "type":"string",
- "format":"date",
- "title":"ExpiredDate",
- "description":"The date that the business licence expires. Most licences expire on December 31st."
} - "businesstype":,{
- "type":"string",
- "title":"BusinessType",
- "description":"Description of the business activity, usually in accordance with the definition in the Licence By-Law No. 4450 Note: Business type names that have a notation of *Historic* at the end signify retired business licence types. These are business licence types that were once active but have since been retired. Due to privacy concern, some business types do not have address data."
} - "businesssubtype":,{
- "type":"string",
- "title":"BusinessSubType",
- "description":"Sub-category(s) of the main business type Note: business sub type names that have a notation of *Historic* at the end signified retired business licence sub types. These are business licence sub types that were once active but have since been retired"
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":"Official space identifier for a building. This is an alphanumeric field."
} - "unittype":,{
- "type":"string",
- "title":"UnitType",
- "description":"Description of a location other than a house or building with a simple street address where the business is located. i.e., Block, Suite, Apartment (Apt.), etc."
} - "house":,{
- "type":"string",
- "title":"House",
- "description":"The number assigned to an address where the business is located."
} - "street":,{
- "type":"string",
- "title":"Street",
- "description":"The name of the street where the business is located."
} - "city":,{
- "type":"string",
- "title":"City",
- "description":"Name of the municipality where the business is located"
} - "province":,{
- "type":"string",
- "title":"Province",
- "description":"Name of the province or state where the business is located"
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":"A two-character field that signifies the name of the country where the business is located (CA is Canada). "
} - "postalcode":,{
- "type":"string",
- "title":"PostalCode",
- "description":"A series of letters and/or digits that is attached to the address of a business"
} - "localarea":,{
- "type":"string",
- "title":"LocalArea",
- "description":"Manual selection from data custodian in source system. The City has 22 local areas (also known as local planning areas); for more details, see the Local area boundary dataset."
} - "numberofemployees":,{
- "type":"string",
- "title":"NumberofEmployees",
- "description":"Number of staff employed with the business Note: 0 means information received from applicant indicates the business does not have any employees. 000 means information unknown."
} - "feepaid":,{
- "type":"integer",
- "title":"FeePaid",
- "description":"Total amount of licence fee paid in Canadian dollars Note: This field will be blank if the information is unavailable or unspecified."
} - "extractdate":,{
- "type":"string",
- "format":"date-time",
- "title":"ExtractDate",
- "description":"Date when data was extracted from source data system."
} - "geom":{
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geometry"
}
] - "title":"Geom",
- "description":"Spatial representation of feature"
}
} - "folderyear":
}
} - "fields":
} - "properties":
} - "business-licences-1997-to-2012":
}