records
Domain Datasets Catalogue
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":"domaindatasets",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/domaindatasets"
}
] - "definitions":{
- "domaindatasets":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/domaindatasets_records"
}
}
} - "records":
} - "properties":
- "domaindatasets_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "dataset_id":,{
- "type":"string",
- "title":"Dataset identifier",
- "description":""
} - "federated":,{
- "type":"string",
- "title":"Federated dataset",
- "description":""
} - "title":,{
- "type":"string",
- "title":"Title",
- "description":""
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "theme":,{
- "type":"string",
- "title":"Themes",
- "description":""
} - "keyword":,{
- "type":"string",
- "title":"Keywords",
- "description":""
} - "license":,{
- "type":"string",
- "title":"License",
- "description":""
} - "modified":,{
- "type":"string",
- "format":"date-time",
- "title":"Modified",
- "description":""
} - "data_processed":,{
- "type":"string",
- "format":"date-time",
- "title":"Data processed",
- "description":""
} - "metadata_processed":,{
- "type":"string",
- "format":"date-time",
- "title":"Metadata processed",
- "description":""
} - "publisher":,{
- "type":"string",
- "title":"Publisher",
- "description":""
} - "references":,{
- "type":"string",
- "title":"Reference",
- "description":""
} - "attributions":,{
- "type":"string",
- "title":"Attributions",
- "description":""
} - "update_frequency":,{
- "type":"string",
- "title":"Update frequency",
- "description":""
} - "additional_metadata_polarity":,{
- "type":"string",
- "title":"Polarity",
- "description":""
} - "additional_metadata_period_type":,{
- "type":"string",
- "title":"Period type",
- "description":""
} - "additional_metadata_value_type":,{
- "type":"string",
- "title":"Value type",
- "description":""
} - "additional_metadata_area_type":,{
- "type":"string",
- "title":"Area type",
- "description":""
} - "additional_metadata_mappable_area_type":,{
- "type":"string",
- "title":"Mappable area type",
- "description":""
} - "records_count":,{
- "type":"integer",
- "title":"Number of records",
- "description":""
} - "records_size":,{
- "type":"integer",
- "title":"Size of records in the dataset (in bytes)",
- "description":""
} - "explore_reuse_count":,{
- "type":"integer",
- "title":"Reuse count",
- "description":""
} - "explore_api_call_count":,{
- "type":"integer",
- "title":"API call count",
- "description":""
} - "explore_download_count":,{
- "type":"integer",
- "title":"Download count",
- "description":""
} - "explore_attachment_download_count":,{
- "type":"integer",
- "title":"Attachments download count",
- "description":""
} - "explore_file_field_download_count":,{
- "type":"integer",
- "title":"File fields download count",
- "description":""
} - "explore_popularity_score":,{
- "type":"number",
- "title":"Popularity score",
- "description":""
} - "dataset_url":{
- "type":"string",
- "title":"Dataset URL",
- "description":""
}
} - "dataset_id":
}
} - "fields":
} - "properties":
} - "domaindatasets":
}