Reserve Assets
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"reserve-assets",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/reserve-assets"
}
] - "definitions":{
- "reserve-assets":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/reserve-assets_records"
}
}
} - "records":
} - "properties":
- "reserve-assets_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "year":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":""
} - "reserve_assets_in_billion_sr":,{
- "type":"number",
- "title":"Reserve Assets in Billion SR",
- "description":""
} - "date":,{
- "type":"string",
- "title":"Date",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "reserve-assets":