Central Bank Assets
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"central-bank-assets",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/central-bank-assets"
}
] - "definitions":{
- "central-bank-assets":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/central-bank-assets_records"
}
}
} - "records":
} - "properties":
- "central-bank-assets_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "central-bank-assets":