Research and Development expenditure by sector
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"research-and-development-expenditure-by-sector",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/research-and-development-expenditure-by-sector"
}
] - "definitions":{
- "research-and-development-expenditure-by-sector":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/research-and-development-expenditure-by-sector_records"
}
}
} - "records":
} - "properties":
- "research-and-development-expenditure-by-sector_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "expenditure":,{
- "type":"integer",
- "title":"Expenditure",
- "description":""
} - "percentage_of_expenditure":{
- "type":"number",
- "title":"Percentage of Expenditure",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "research-and-development-expenditure-by-sector":