Total Number of Researchers in Research and Development field
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"total-number-of-researchers-in-research-and-development-field",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-number-of-researchers-in-research-and-development-field"
}
] - "definitions":{
- "total-number-of-researchers-in-research-and-development-field":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-number-of-researchers-in-research-and-development-field_records"
}
}
} - "records":
} - "properties":
- "total-number-of-researchers-in-research-and-development-field_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "total_number_of_researchers":,{
- "type":"integer",
- "title":"Total Number of Researchers",
- "description":""
} - "percentage_of_researchers":{
- "type":"number",
- "title":"Percentage of Researchers",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-number-of-researchers-in-research-and-development-field":