Real GDP Growth Projections
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"real-gdp-growth-projections",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/real-gdp-growth-projections"
}
] - "definitions":{
- "real-gdp-growth-projections":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/real-gdp-growth-projections_records"
}
}
} - "records":
} - "properties":
- "real-gdp-growth-projections_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "economy":,{
- "type":"string",
- "title":"Economy",
- "description":""
} - "value":{
- "type":"number",
- "title":"Real GDP Growth Projections",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "real-gdp-growth-projections":