records
Entreprises admises au dispositif de chômage partiel
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":"entreprises_chomage_partiel",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/entreprises_chomage_partiel"
}
] - "definitions":{
- "entreprises_chomage_partiel":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/entreprises_chomage_partiel_records"
}
}
} - "records":
} - "properties":
- "entreprises_chomage_partiel_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "ridet":,{
- "type":"string",
- "title":"RIDET",
- "description":""
} - "rid7":,{
- "type":"string",
- "title":"rid7",
- "description":""
} - "raison_sociale":,{
- "type":"string",
- "title":"raison_sociale",
- "description":""
} - "date_debut":,{
- "type":"string",
- "format":"date",
- "title":"Date_debut",
- "description":""
} - "date_fin":,{
- "type":"string",
- "format":"date",
- "title":"date_fin",
- "description":""
} - "nb_salaries_concernes":,{
- "type":"integer",
- "title":"Nb_salaries_concernes",
- "description":""
} - "type_de_chp":,{
- "type":"string",
- "title":"type_de_chp",
- "description":""
} - "enseigne":,{
- "type":"string",
- "title":"enseigne",
- "description":""
} - "commune":,{
- "type":"string",
- "title":"commune",
- "description":""
} - "province":,{
- "type":"string",
- "title":"province",
- "description":""
} - "date_arrete":,{
- "type":"string",
- "format":"date",
- "title":"Date_Arrete",
- "description":""
} - "numero_arrete":,{
- "type":"string",
- "title":"Numero_arrete",
- "description":""
} - "code_naf":,{
- "type":"string",
- "title":"code_naf",
- "description":""
} - "naf_libelle":,{
- "type":"string",
- "title":"naf_libelle",
- "description":""
} - "libelle_commune":{
- "type":"string",
- "title":"libelle_commune",
- "description":""
}
} - "ridet":
}
} - "fields":
} - "properties":
} - "entreprises_chomage_partiel":
}