Bank Deposits Distributed by Type
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"bank-deposits-distributed-by-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bank-deposits-distributed-by-type"
}
] - "definitions":{
- "bank-deposits-distributed-by-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bank-deposits-distributed-by-type_records"
}
}
} - "records":
} - "properties":
- "bank-deposits-distributed-by-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "deposit_type":,{
- "type":"string",
- "title":"Deposit type",
- "description":""
} - "deposit_value_in_million_saudi_riyals":,{
- "type":"number",
- "title":"Deposit value in Million Saudi Riyals",
- "description":""
} - "date":,{
- "type":"string",
- "title":"Date",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "bank-deposits-distributed-by-type":