Assets of Investment Funds by Type
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"assets-of-investment-funds-by-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/assets-of-investment-funds-by-type"
}
] - "definitions":{
- "assets-of-investment-funds-by-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/assets-of-investment-funds-by-type_records"
}
}
} - "records":
} - "properties":
- "assets-of-investment-funds-by-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"quarter",
- "description":""
} - "type_of_investment_funds":,{
- "type":"string",
- "title":"Type of Investment Funds",
- "description":""
} - "assets_value_in_million_sr":,{
- "type":"number",
- "title":"Assets value in Million SR",
- "description":""
} - "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Full Date",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "assets-of-investment-funds-by-type":