Consumer and Credit Card Loans by Values and Maturity Terms
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "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":