Production by Economic Sectors
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"production-by-economic-sectors",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/production-by-economic-sectors"
}
] - "definitions":{
- "production-by-economic-sectors":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/production-by-economic-sectors_records"
}
}
} - "records":
} - "properties":
- "production-by-economic-sectors_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "ref_area":,{
- "type":"string",
- "title":"REF_AREA",
- "description":""
} - "freq":,{
- "type":"string",
- "title":"FREQ",
- "description":""
} - "unit_measure":,{
- "type":"string",
- "title":"UNIT_MEASURE",
- "description":""
} - "source_detail":,{
- "type":"string",
- "title":"SOURCE_DETAIL",
- "description":""
} - "measure":,{
- "type":"string",
- "title":"MEASURE",
- "description":""
} - "isic":,{
- "type":"string",
- "title":"ISIC",
- "description":""
} - "prices":,{
- "type":"string",
- "title":"PRICES",
- "description":""
} - "value":,{
- "type":"integer",
- "title":"value",
- "description":""
} - "decimals":{
- "type":"string",
- "title":"DECIMALS",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "production-by-economic-sectors":