Compensation of Employees 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":"compensation-of-employees-by-economic-sectors",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/compensation-of-employees-by-economic-sectors"
}
] - "definitions":{
- "compensation-of-employees-by-economic-sectors":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/compensation-of-employees-by-economic-sectors_records"
}
}
} - "records":
} - "properties":
- "compensation-of-employees-by-economic-sectors_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "serial":,{
- "type":"integer",
- "title":"Serial",
- "description":""
} - "economic_activity":,{
- "type":"string",
- "title":"Economic Activity",
- "description":""
} - "compensations_in_million_us_":{
- "type":"number",
- "title":"Compensations In Million US $",
- "description":"",
- "unit":"$"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "compensation-of-employees-by-economic-sectors":