records
Taux d'accidents du Travail (AT taux)
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":"at-taux",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/at-taux"
}
] - "definitions":{
- "at-taux":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/at-taux_records"
}
}
} - "records":
} - "properties":
- "at-taux_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "empty":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "nombre_accidents":,{
- "type":"number",
- "title":"Nombre Accidents",
- "description":""
} - "nombre_de_jours_d_absences":,{
- "type":"number",
- "title":"Nombre de jours d'absences",
- "description":""
} - "tf_mensuel":,{
- "type":"number",
- "title":"TF mensuel",
- "description":""
} - "tf_annuel_glissant_12_mois":,{
- "type":"number",
- "title":"TF annuel glissant 12 mois",
- "description":""
} - "tg_mensuel":,{
- "type":"number",
- "title":"TG mensuel",
- "description":""
} - "tg_annuel_glissant_12_mois":{
- "type":"number",
- "title":"TG annuel glissant 12 mois",
- "description":""
}
} - "empty":
}
} - "fields":
} - "properties":
} - "at-taux":
}