{"apiVersion":"v2","swaggerVersion":"1.1","basePath":"http://staging-dev3.spatialkey.com/SpatialKeyFramework/api","resourcePath":"/v2/upload","docPath":"/PUBLIC/v2/upload","apis":[{"path":"/v2/upload","description":"Returns the status information for all recent uploads for this user","operations":[{"nickname":"getPendingUploads","httpMethod":"GET","responseClass":"UploadStatusList","summary":"Returns the status information for all recent uploads for this user","notes":"This includes uploads that have completed, expired, or been cancelled but not yet cleaned up. Our regular maintenance cleans up old uploads.
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]},{"path":"/v2/upload","description":"Allows you to upload a datafile and returns a new upload ID","operations":[{"nickname":"uploadNew","httpMethod":"POST","responseClass":"UploadResponse","parameters":[{"paramType":"body","name":"body","dataType":"file","required":true,"allowMultiple":false}],"summary":"Allows you to upload a datafile and returns a new upload ID","notes":"You can upload one or more files to this call using multipart or zipping your files before upload. This call will return a path where you can upload subsequent files to the same upload as well as paths to submit your configuration to import your datafile
HTTP Cookie Session
API OAuth Token Parameter
","consumes":["multipart/form-data"],"submittable":false}]},{"path":"/v2/upload/insurance","description":"Creates a new insurance descriptor link between existing datasets","operations":[{"nickname":"newInsuranceWithoutUpload","httpMethod":"POST","responseClass":"NewInsuranceResponse","parameters":[{"paramType":"body","name":"body","description":"The body with parameters to control the call","dataType":"InsuranceImport","required":true,"allowMultiple":false}],"summary":"Creates a new insurance descriptor link between existing datasets","notes":"The datasets specified in this call must have an id specified in the configuration, no new datasets are created
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]},{"path":"/v2/upload/{uploadId}","description":"Allows you to upload a datafile to a pending upload","operations":[{"nickname":"uploadExisting","httpMethod":"POST","responseClass":"UploadResponse","parameters":[{"paramType":"path","name":"uploadId","description":"The ID of the upload to use","dataType":"string","required":true,"allowMultiple":false},{"paramType":"body","name":"body","dataType":"file","required":true,"allowMultiple":false}],"summary":"Allows you to upload a datafile to a pending upload","notes":"This call take the ID from a previous upload and allows you to add additional datafiles to your import.Filenames must be unique between each file inside the same upload
HTTP Cookie Session
API OAuth Token Parameter
","consumes":["multipart/form-data"],"submittable":false}]},{"path":"/v2/upload/{uploadId}","description":"Returns the status of a pending upload/import","operations":[{"nickname":"getUpload","httpMethod":"GET","responseClass":"ApiUpload","parameters":[{"paramType":"path","name":"uploadId","dataType":"string","required":true,"allowMultiple":false}],"summary":"Returns the status of a pending upload/import","notes":"
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]},{"path":"/v2/upload/{uploadId}","description":"Cancels a pending upload","operations":[{"nickname":"deleteUpload","httpMethod":"DELETE","responseClass":"ApiUpload","parameters":[{"paramType":"path","name":"uploadId","dataType":"string","required":true,"allowMultiple":false}],"summary":"Cancels a pending upload","notes":"
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]},{"path":"/v2/upload/{uploadId}/dataset","description":"Creates a new dataset from an uploaded datafile","operations":[{"nickname":"newDataset","httpMethod":"POST","responseClass":"NewDatasetResponse","parameters":[{"paramType":"path","name":"uploadId","dataType":"string","required":true,"allowMultiple":false},{"paramType":"body","name":"body","description":"The body with parameters to control the call","dataType":"DatasetImport","required":true,"allowMultiple":false}],"summary":"Creates a new dataset from an uploaded datafile","notes":"This call allows you to set the configuration information needed to set up a new dataset, you must have already uploaded the file(s)
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]},{"path":"/v2/upload/{uploadId}/dataset/{datasetId}","description":"Appends or overwrites data to an existing dataset from an uploaded datafile","operations":[{"nickname":"existingDataset","httpMethod":"POST","responseClass":"NewDatasetResponse","parameters":[{"paramType":"path","name":"uploadId","dataType":"string","required":true,"allowMultiple":false},{"paramType":"path","name":"datasetId","dataType":"string","required":true,"allowMultiple":false},{"paramType":"query","name":"method","dataType":"string","required":false,"allowableValues":{"valueType":"LIST","values":["Append","Overwrite"]},"allowMultiple":false},{"paramType":"body","name":"body","description":"The body with parameters to control the call","dataType":"DatasetImport","required":true,"allowMultiple":false}],"summary":"Appends or overwrites data to an existing dataset from an uploaded datafile","notes":"The configuration sent through this call is consistent with creating a new dataset
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]},{"path":"/v2/upload/{uploadId}/insurance","description":"Creates datasets and links them together with an insurance descriptor","operations":[{"nickname":"newInsurance","httpMethod":"POST","responseClass":"NewInsuranceResponse","parameters":[{"paramType":"path","name":"uploadId","dataType":"string","required":true,"allowMultiple":false},{"paramType":"body","name":"body","description":"The body with parameters to control the call","dataType":"InsuranceImport","required":true,"allowMultiple":false}],"summary":"Creates datasets and links them together with an insurance descriptor","notes":"This call will create a location and policy dataset unless one of them contains an existing ID, in which case the other dataset will be created and linked with the existing dataset. An insurance descriptor allows you to create a new Policy Exposed Limit or Exposure enabled dataset
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]},{"path":"/v2/upload/{uploadId}/insurance/location/{datasetId}","description":"Appends or overwrites data to an existing location dataset","operations":[{"nickname":"existingLocationDataset","httpMethod":"POST","responseClass":"NewDatasetResponse","parameters":[{"paramType":"path","name":"uploadId","dataType":"string","required":true,"allowMultiple":false},{"paramType":"path","name":"datasetId","dataType":"string","required":true,"allowMultiple":false},{"paramType":"query","name":"method","dataType":"string","required":false,"allowableValues":{"valueType":"LIST","values":["Append","Overwrite"]},"allowMultiple":false},{"paramType":"body","name":"body","description":"The body with parameters to control the call","dataType":"InsuranceImport","required":true,"allowMultiple":false}],"summary":"Appends or overwrites data to an existing location dataset","notes":"This call will automatically, adjust the data in the location dataset and update the insurance descriptor for the dataset. This call uses an Insurance configuration compatible with the insurance descriptor import call
HTTP Cookie Session
API OAuth Token Parameter
","submittable":false}]}],"models":{"UploadResponse":{"properties":{"createDatasetPath":{"type":"string","required":true,"description":"The path to POST your dataset import configuration","allowableValues":null,"items":{}},"getStatusPath":{"type":"string","required":true,"description":"The path to GET to retrieve information about the status of an upload. The same URL used after finalizing","allowableValues":null,"items":{}},"uploadPath":{"type":"string","required":true,"description":"The path to this POST any further data files needed. Uses the same API call","allowableValues":null,"items":{}},"createInsurancePath":{"type":"string","required":true,"description":"The path to POST your insurance import configuration","allowableValues":null,"items":{}},"upload":{"type":"ApiUpload","required":true,"description":"The current status of the upload as of this call","allowableValues":null,"items":{}}},"id":"UploadResponse"},"StandardDataset":{"properties":{"pointThematicConfig":{"type":"array","required":false,"description":"An array of configuration models for thematic based on the coordinates of the data","allowableValues":null,"items":{"$ref":"ThematicConfig"}},"expirationDate":{"type":"date","required":false,"description":"The date that the dataset should be deleted from spatialkey","allowableValues":null,"items":{}},"columns":{"type":"array","required":false,"description":null,"allowableValues":null,"items":{"$ref":"ColumnConfiguration"}},"type":{"type":"string","required":true,"description":"The type of the datafile that will be uploaded","allowableValues":{"valueType":"LIST","values":["Shapefile","CSV"]},"items":{}},"preparedDate":{"type":"date","required":false,"description":"The date that the dataset was prepared","allowableValues":null,"items":{}},"georeference":{"type":"IGeoreferenceConfiguration","required":false,"description":"Indicates how the dataset should be mapped, supports types 'geocode' and 'latlon'","allowableValues":null,"items":{}},"country":{"type":"ICountryValue","required":false,"description":"The country to use for the entire dataset Note:Required if a column has a Country type","allowableValues":null,"items":{}},"id":{"type":"string","required":false,"description":"The id of the existing dataset to use for linking an insurance described dataset Note:Invalid for a standard dataset import","allowableValues":null,"items":{}},"description":{"type":"string","required":false,"description":"A human readable description of the dataset","allowableValues":null,"items":{}},"name":{"type":"string","required":true,"description":"The name to use for the created dataset","allowableValues":null,"items":{}},"preparedWith":{"type":"string","required":false,"description":"Information about the system used to prepare the dataset","allowableValues":null,"items":{}},"filename":{"type":"string","required":false,"description":"The name of the uploaded file to use (with extension) for this dataset, only required if importing multiple datasets at once","allowableValues":null,"items":{}},"thematicConfigs":{"type":"array","required":false,"description":"An array of configuration models for thematics based on a column match","allowableValues":null,"items":{"$ref":"ThematicConfig"}}},"id":"StandardDataset"},"NewInsuranceResponse":{"properties":{"getStatusPath":{"type":"Object","required":true,"description":"The path to GET the status of your import","allowableValues":null,"items":{}},"upload":{"type":"ApiUpload","required":true,"description":"The current status of the upload as of this call","allowableValues":null,"items":{}}},"id":"NewInsuranceResponse"},"InsuranceImport":{"properties":{"notifications":{"type":"NotificationConfiguration","required":true,"description":"Contains notification configuration information for the data imported","allowableValues":null,"items":{}},"policyDataset":{"type":"PolicyDataset","required":true,"description":"The configuration to use for importing the Policy dataset Note:To use an existing dataset, specify the ID","allowableValues":null,"items":{}},"locationDataset":{"type":"LocationDataset","required":true,"description":"The configuration to use for importing the Location dataset Note:To use an existing dataset, specify the ID","allowableValues":null,"items":{}},"permissions":{"type":"PermissionsConfiguration","required":true,"description":"Contains permission configuration information for the data imported","allowableValues":null,"items":{}},"features":{"type":"array","required":true,"description":"The features to enable for this insurance described dataset. At least one feature must be enabled","allowableValues":{"valueType":"LIST","values":["Exposure","PolicyExposedLimit"]},"items":{"$ref":"string"}},"peril":{"type":"string","required":false,"description":"The single peril to use for this location described dataset Note:This is ignored if a peril column is set","allowableValues":null,"items":{}},"linkColumn":{"type":"LinkColumn","required":true,"description":"The columns to link between in the two datasets uploaded","allowableValues":null,"items":{}}},"id":"InsuranceImport"},"ICountryValue":{"properties":{},"id":"ICountryValue"},"ApiUpload":{"properties":{"statusDescription":{"type":"string","required":true,"description":"Information about the status of your upload","allowableValues":null,"items":{}},"importProgress":{"type":"number","required":true,"description":"An estimated overall state of your total import progress","allowableValues":null,"items":{}},"errors":{"type":"array","required":true,"description":"An array of strings indicating an error that occured in upload","allowableValues":null,"items":{"$ref":"string"}},"status":{"type":"string","required":true,"description":"A string indicating the status of the upload","allowableValues":{"valueType":"LIST","values":["UPLOAD_IDLE","UPLOAD_UNZIPPING","UPLOAD_PARSING","UPLOAD_PROCESSING","UPLOAD_CANCELED","IMPORT_VALIDATING","IMPORT_PROCESSING","IMPORT_FINISHING","IMPORT_ENHANCING","IMPORT_LINKING","IMPORT_COMPLETE_CLEAN","IMPORT_COMPLETE_WARNING","ERROR_UPLOAD_UNZIPPING","ERROR_UPLOAD","ERROR_IMPORT_VALIDATING","ERROR_IMPORT","ERROR_OTHER"]},"items":{}},"warnings":{"type":"array","required":true,"description":"An array of strings indicating warnings about your upload","allowableValues":null,"items":{"$ref":"string"}},"createdResources":{"type":"array","required":true,"description":"The resources created by the upload","allowableValues":null,"items":{"$ref":"CreatedResource"}}},"id":"ApiUpload"},"ThematicConfig":{"properties":{"dataset":{"type":"string","required":true,"description":"The id of the thematic dataset to join against","allowableValues":{"valueType":"LIST","values":["US_States","US_Counties","US_Postal","Cresta_2007","Cresta_2010","Cresta_LowResolution_2013","PostalCode_HighResolution","PostalCode_LowResolution","Countries"]},"items":{}}},"id":"ThematicConfig"},"PermissionsConfiguration":{"properties":{"addAllUsers":{"type":"boolean","required":false,"description":"Allow all users in your organization to access the dataset","allowableValues":null,"items":{}},"denyExporting":{"type":"boolean","required":false,"description":"Prevents users from exporting this dataset","allowableValues":null,"items":{}}},"id":"PermissionsConfiguration"},"UploadStatusList":{"properties":{"values":{"type":"array","required":false,"description":null,"allowableValues":null,"items":{"$ref":"ApiUpload"}},"value":{"type":"ApiUpload","required":false,"description":null,"allowableValues":null,"items":{}}},"id":"UploadStatusList"},"NewDatasetResponse":{"properties":{"getStatusPath":{"type":"Object","required":true,"description":"The path to GET the status of your import","allowableValues":null,"items":{}},"upload":{"type":"ApiUpload","required":true,"description":"The current status of the upload as of this call","allowableValues":null,"items":{}}},"id":"NewDatasetResponse"},"StandardColumn":{"properties":{"thematicLinks":{"type":"array","required":false,"description":"An array of configuration models for thematic joins with this dataset","allowableValues":null,"items":{"$ref":"ThematicConfig"}},"description":{"type":"string","required":true,"description":"A human readable description of the column","allowableValues":null,"items":{}},"name":{"type":"string","required":false,"description":"A human readable name for the column Note:Defaults to label if not set. Illegal if set to the following types: Accuracy, Latitude, Longitude","allowableValues":null,"items":{}},"label":{"type":"string","required":true,"description":"An identifier for the column that can be used by the system Note:Must be 1-12 letters/underscores (it can't begin with an underscore)","allowableValues":null,"items":{}},"format":{"type":"string","required":false,"description":"How to format data from this column in SpatialKey","allowableValues":{"valueType":"LIST","values":["ID","Hours","Minutes","Seconds","Milliseconds","Second","Minute","Hour","Day","Month","Year","USD"]},"items":{}},"type":{"type":"string","required":true,"description":"The data type of the column","allowableValues":{"valueType":"LIST","values":["String","Double","Boolean","Integer","Currency","Date","Time","Percentage","CountryIso","CountryFips","Street","City","State","PostalCode","County","CountryName","Latitude","Longitude","Accuracy","Fips","Zip","Region","Country"]},"items":{}}},"id":"StandardColumn"},"CreatedResource":{"properties":{"id":{"type":"string","required":true,"description":"The ID of the created resource","allowableValues":null,"items":{}},"description":{"type":"string","required":true,"description":"A description of the type of resource","allowableValues":null,"items":{}},"getPath":{"type":"string","required":true,"description":"The URL to GET the created resource","allowableValues":null,"items":{}},"peril":{"type":"string","required":true,"description":"The peril of the resource if it has one","allowableValues":null,"items":{}},"type":{"type":"string","required":true,"description":"The type of resource uploaded","allowableValues":null,"items":{}}},"id":"CreatedResource"},"PolicyColumn":{"properties":{"thematicLinks":{"type":"array","required":false,"description":"An array of configuration models for thematic joins with this dataset","allowableValues":null,"items":{"$ref":"ThematicConfig"}},"description":{"type":"string","required":true,"description":"A human readable description of the column","allowableValues":null,"items":{}},"name":{"type":"string","required":false,"description":"A human readable name for the column Note:Defaults to label if not set. Illegal if set to the following types: Accuracy, Latitude, Longitude","allowableValues":null,"items":{}},"insuranceMapping":{"type":"string","required":true,"description":"The policy field this column maps to","allowableValues":{"valueType":"LIST","values":["policy_id","limit","layer","attach_point","blanket_min_deductible","max_deductible","line_of_business","premium","product_line","branch","underwriter","exp_date","custom_1","custom_2","peril"]},"items":{}},"label":{"type":"string","required":true,"description":"An identifier for the column that can be used by the system Note:Must be 1-12 letters/underscores (it can't begin with an underscore)","allowableValues":null,"items":{}},"format":{"type":"string","required":false,"description":"How to format data from this column in SpatialKey","allowableValues":{"valueType":"LIST","values":["ID","Hours","Minutes","Seconds","Milliseconds","Second","Minute","Hour","Day","Month","Year","USD"]},"items":{}},"type":{"type":"string","required":true,"description":"The data type of the column","allowableValues":{"valueType":"LIST","values":["String","Double","Boolean","Integer","Currency","Date","Time","Percentage","CountryIso","CountryFips","Street","City","State","PostalCode","County","CountryName","Latitude","Longitude","Accuracy","Fips","Zip","Region","Country"]},"items":{}}},"id":"PolicyColumn"},"NotificationConfiguration":{"properties":{"sendEmail":{"type":"boolean","required":false,"description":"Notify the authenticated user through email Note:Not yet implemented for insurance described dataset imports","allowableValues":null,"items":{}},"clientNotification":{"type":"boolean","required":false,"description":"Notify the authenticated user through the SpatialKey client","allowableValues":null,"items":{}}},"id":"NotificationConfiguration"},"PolicyDataset":{"properties":{"pointThematicConfig":{"type":"array","required":false,"description":"An array of configuration models for thematic based on the coordinates of the data","allowableValues":null,"items":{"$ref":"ThematicConfig"}},"expirationDate":{"type":"date","required":false,"description":"The date that the dataset should be deleted from spatialkey","allowableValues":null,"items":{}},"columns":{"type":"array","required":false,"description":null,"allowableValues":null,"items":{"$ref":"ColumnConfiguration"}},"type":{"type":"string","required":true,"description":"The type of the datafile that will be uploaded","allowableValues":{"valueType":"LIST","values":["Shapefile","CSV"]},"items":{}},"preparedDate":{"type":"date","required":false,"description":"The date that the dataset was prepared","allowableValues":null,"items":{}},"georeference":{"type":"IGeoreferenceConfiguration","required":false,"description":"Indicates how the dataset should be mapped, supports types 'geocode' and 'latlon'","allowableValues":null,"items":{}},"country":{"type":"ICountryValue","required":false,"description":"The country to use for the entire dataset Note:Required if a column has a Country type","allowableValues":null,"items":{}},"id":{"type":"string","required":false,"description":"The id of the existing dataset to use for linking an insurance described dataset Note:Invalid for a standard dataset import","allowableValues":null,"items":{}},"description":{"type":"string","required":false,"description":"A human readable description of the dataset","allowableValues":null,"items":{}},"name":{"type":"string","required":true,"description":"The name to use for the created dataset","allowableValues":null,"items":{}},"preparedWith":{"type":"string","required":false,"description":"Information about the system used to prepare the dataset","allowableValues":null,"items":{}},"filename":{"type":"string","required":false,"description":"The name of the uploaded file to use (with extension) for this dataset, only required if importing multiple datasets at once","allowableValues":null,"items":{}},"thematicConfigs":{"type":"array","required":false,"description":"An array of configuration models for thematics based on a column match","allowableValues":null,"items":{"$ref":"ThematicConfig"}}},"id":"PolicyDataset"},"LocationPerilConfiguration":{"properties":{"peril":{"type":"string","required":false,"description":null,"allowableValues":null,"items":{}},"type":{"type":"string","required":false,"description":null,"allowableValues":{"valueType":"LIST","values":["limit","deductible","gross_aal","gu_aal"]},"items":{}}},"id":"LocationPerilConfiguration"},"DatasetImport":{"properties":{"notifications":{"type":"NotificationConfiguration","required":true,"description":"Contains notification configuration information for the data imported","allowableValues":null,"items":{}},"dataset":{"type":"StandardDataset","required":true,"description":"Contains configuration information for the dataset itself","allowableValues":null,"items":{}},"permissions":{"type":"PermissionsConfiguration","required":true,"description":"Contains permission configuration information for the data imported","allowableValues":null,"items":{}}},"id":"DatasetImport"},"LinkColumn":{"properties":{"policyColumn":{"type":"string","required":true,"description":"The column in the policy dataset","allowableValues":null,"items":{}},"locationColumn":{"type":"string","required":true,"description":"The column in the location dataset","allowableValues":null,"items":{}}},"id":"LinkColumn"},"IGeoreferenceConfiguration":{"properties":{},"id":"IGeoreferenceConfiguration"},"LocationColumn":{"properties":{"perils":{"type":"array","required":true,"description":"An array of perils attached to this column","allowableValues":null,"items":{"$ref":"LocationPerilConfiguration"}},"thematicLinks":{"type":"array","required":false,"description":"An array of configuration models for thematic joins with this dataset","allowableValues":null,"items":{"$ref":"ThematicConfig"}},"description":{"type":"string","required":true,"description":"A human readable description of the column","allowableValues":null,"items":{}},"name":{"type":"string","required":false,"description":"A human readable name for the column Note:Defaults to label if not set. Illegal if set to the following types: Accuracy, Latitude, Longitude","allowableValues":null,"items":{}},"insuranceMapping":{"type":"string","required":true,"description":"The location field this column maps to","allowableValues":{"valueType":"LIST","values":["location_id","tiv","site_id","occupancy","year_built","square_footage","construction","num_stories","custom_1","custom_2"]},"items":{}},"label":{"type":"string","required":true,"description":"An identifier for the column that can be used by the system Note:Must be 1-12 letters/underscores (it can't begin with an underscore)","allowableValues":null,"items":{}},"format":{"type":"string","required":false,"description":"How to format data from this column in SpatialKey","allowableValues":{"valueType":"LIST","values":["ID","Hours","Minutes","Seconds","Milliseconds","Second","Minute","Hour","Day","Month","Year","USD"]},"items":{}},"type":{"type":"string","required":true,"description":"The data type of the column","allowableValues":{"valueType":"LIST","values":["String","Double","Boolean","Integer","Currency","Date","Time","Percentage","CountryIso","CountryFips","Street","City","State","PostalCode","County","CountryName","Latitude","Longitude","Accuracy","Fips","Zip","Region","Country"]},"items":{}}},"id":"LocationColumn"},"LocationDataset":{"properties":{"pointThematicConfig":{"type":"array","required":false,"description":"An array of configuration models for thematic based on the coordinates of the data","allowableValues":null,"items":{"$ref":"ThematicConfig"}},"expirationDate":{"type":"date","required":false,"description":"The date that the dataset should be deleted from spatialkey","allowableValues":null,"items":{}},"columns":{"type":"array","required":false,"description":null,"allowableValues":null,"items":{"$ref":"ColumnConfiguration"}},"type":{"type":"string","required":true,"description":"The type of the datafile that will be uploaded","allowableValues":{"valueType":"LIST","values":["Shapefile","CSV"]},"items":{}},"preparedDate":{"type":"date","required":false,"description":"The date that the dataset was prepared","allowableValues":null,"items":{}},"georeference":{"type":"IGeoreferenceConfiguration","required":false,"description":"Indicates how the dataset should be mapped, supports types 'geocode' and 'latlon'","allowableValues":null,"items":{}},"country":{"type":"ICountryValue","required":false,"description":"The country to use for the entire dataset Note:Required if a column has a Country type","allowableValues":null,"items":{}},"id":{"type":"string","required":false,"description":"The id of the existing dataset to use for linking an insurance described dataset Note:Invalid for a standard dataset import","allowableValues":null,"items":{}},"description":{"type":"string","required":false,"description":"A human readable description of the dataset","allowableValues":null,"items":{}},"name":{"type":"string","required":true,"description":"The name to use for the created dataset","allowableValues":null,"items":{}},"preparedWith":{"type":"string","required":false,"description":"Information about the system used to prepare the dataset","allowableValues":null,"items":{}},"filename":{"type":"string","required":false,"description":"The name of the uploaded file to use (with extension) for this dataset, only required if importing multiple datasets at once","allowableValues":null,"items":{}},"thematicConfigs":{"type":"array","required":false,"description":"An array of configuration models for thematics based on a column match","allowableValues":null,"items":{"$ref":"ThematicConfig"}}},"id":"LocationDataset"},"ColumnConfiguration":{"properties":{"thematicLinks":{"type":"array","required":false,"description":"An array of configuration models for thematic joins with this dataset","allowableValues":null,"items":{"$ref":"ThematicConfig"}},"description":{"type":"string","required":true,"description":"A human readable description of the column","allowableValues":null,"items":{}},"name":{"type":"string","required":false,"description":"A human readable name for the column Note:Defaults to label if not set. Illegal if set to the following types: Accuracy, Latitude, Longitude","allowableValues":null,"items":{}},"label":{"type":"string","required":true,"description":"An identifier for the column that can be used by the system Note:Must be 1-12 letters/underscores (it can't begin with an underscore)","allowableValues":null,"items":{}},"format":{"type":"string","required":false,"description":"How to format data from this column in SpatialKey","allowableValues":{"valueType":"LIST","values":["ID","Hours","Minutes","Seconds","Milliseconds","Second","Minute","Hour","Day","Month","Year","USD"]},"items":{}},"type":{"type":"string","required":true,"description":"The data type of the column","allowableValues":{"valueType":"LIST","values":["String","Double","Boolean","Integer","Currency","Date","Time","Percentage","CountryIso","CountryFips","Street","City","State","PostalCode","County","CountryName","Latitude","Longitude","Accuracy","Fips","Zip","Region","Country"]},"items":{}}},"id":"ColumnConfiguration"}},"description":"Calls for uploading and importing files into SpatialKey"}