records
Periodic Inspection File
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":"periodic-inspection-file",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/periodic-inspection-file"
}
] - "definitions":{
- "periodic-inspection-file":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/periodic-inspection-file_records"
}
}
} - "records":
} - "properties":
- "periodic-inspection-file_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_periodic_inspection_file":{
- "type":"number",
- "title":"Number of Periodic inspection file",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "periodic-inspection-file":
}