Exports Value by Harmonized System
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"exports-value-by-harmonized-system",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/exports-value-by-harmonized-system"
}
] - "definitions":{
- "exports-value-by-harmonized-system":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/exports-value-by-harmonized-system_records"
}
}
} - "records":
} - "properties":
- "exports-value-by-harmonized-system_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year and Month",
- "description":""
} - "hs_section":,{
- "type":"string",
- "title":"HS Section",
- "description":""
} - "hs_chapter_code":,{
- "type":"string",
- "title":"HS Chapter Code",
- "description":""
} - "hs_chapter":,{
- "type":"string",
- "title":"HS Chapter",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value in Million SAR",
- "description":"",
- "unit":"SAR"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "exports-value-by-harmonized-system":