Consumer and Credit Card Loans by Values and Maturity Terms
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"consumer-and-credit-card-loans",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consumer-and-credit-card-loans"
}
] - "definitions":{
- "consumer-and-credit-card-loans":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consumer-and-credit-card-loans_records"
}
}
} - "records":
} - "properties":
- "consumer-and-credit-card-loans_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "loans_maturity":,{
- "type":"string",
- "title":"Loans / Maturity",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "consumer-and-credit-card-loans":