records
Warnings & Violations Management
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":"warnings-and-violations-management",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/warnings-and-violations-management"
}
] - "definitions":{
- "warnings-and-violations-management":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/warnings-and-violations-management_records"
}
}
} - "records":
} - "properties":
- "warnings-and-violations-management_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":""
} - "category_ar":,{
- "type":"string",
- "title":"Category_AR",
- "description":""
} - "category_en":,{
- "type":"string",
- "title":"Category_EN",
- "description":""
} - "number_of_alarms_and_violations":{
- "type":"number",
- "title":"Number of alarms and Violations",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "warnings-and-violations-management":
}