Saudi Riyal and Foreign Exchange Rates
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"exchange-rate",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/exchange-rate"
}
] - "definitions":{
- "exchange-rate":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/exchange-rate_records"
}
}
} - "records":
} - "properties":
- "exchange-rate_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "period":,{
- "type":"string",
- "title":"Period",
- "description":""
} - "currency":,{
- "type":"string",
- "title":"Currency",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "name":,{
- "type":"string",
- "title":"name",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "exchange-rate":