records
Health Certificates for Food Export
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"health-certificates-for-food-export",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/health-certificates-for-food-export"
}
] - "definitions":{
- "health-certificates-for-food-export":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/health-certificates-for-food-export_records"
}
}
} - "records":
} - "properties":
- "health-certificates-for-food-export_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "month_ar":,{
- "type":"string",
- "title":"Month_AR",
- "description":""
} - "month_en":,{
- "type":"string",
- "title":"Month_EN",
- "description":""
} - "service_ar":,{
- "type":"string",
- "title":"Service _AR",
- "description":""
} - "service_en":,{
- "type":"string",
- "title":"Service_EN",
- "description":""
} - "number_of_exporting_certificates":{
- "type":"number",
- "title":"Number of Exporting Certificates ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "health-certificates-for-food-export":
}