records
Accomplishment Certificates
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":"accomplishment-certificates",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/accomplishment-certificates"
}
] - "definitions":{
- "accomplishment-certificates":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/accomplishment-certificates_records"
}
}
} - "records":
} - "properties":
- "accomplishment-certificates_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":""
} - "certificate_en":,{
- "type":"string",
- "title":"Certificate_EN",
- "description":""
} - "certificate_ar":,{
- "type":"string",
- "title":"Certificate_AR",
- "description":""
} - "type_en":,{
- "type":"string",
- "title":" Type_EN",
- "description":""
} - "type_ar":,{
- "type":"string",
- "title":" Type_AR",
- "description":""
} - "number_of_certificates_of_achievement_lssud_in_the_emirate_of_ajman":{
- "type":"number",
- "title":"Number of Certificates of Achievement lssud in the Emirate of Ajman ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "accomplishment-certificates":
}