Balance of Payments
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"balance-of-payments0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/balance-of-payments0"
}
] - "definitions":{
- "balance-of-payments0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/balance-of-payments0_records"
}
}
} - "records":
} - "properties":
- "balance-of-payments0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "account_type":,{
- "type":"string",
- "title":"Account Type",
- "description":""
} - "indicators":,{
- "type":"string",
- "title":"Indicators",
- "description":""
} - "balance_in_million_omani_riyal":{
- "type":"number",
- "title":"Balance in Million Omani Riyal",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "balance-of-payments0":