records
Liste des formateurs avec agrément en cours
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":"formateurs-agrees",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/formateurs-agrees"
}
] - "definitions":{
- "formateurs-agrees":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/formateurs-agrees_records"
}
}
} - "records":
} - "properties":
- "formateurs-agrees_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom":,{
- "type":"string",
- "title":"Nom",
- "description":""
} - "prenom":,{
- "type":"string",
- "title":"Prénom",
- "description":""
} - "nom_prenom":,{
- "type":"string",
- "title":"Nom Prénom",
- "description":""
} - "num_complet_agrement":,{
- "type":"string",
- "title":"N° agrément",
- "description":""
} - "debut_agrement":,{
- "type":"string",
- "format":"date",
- "title":"Début agrément",
- "description":""
} - "fin_agrement":,{
- "type":"string",
- "format":"date",
- "title":"Fin agrément",
- "description":""
} - "specialite_nsf_complet":{
- "type":"string",
- "title":"Spécialité NSF (N°+Libellé)",
- "description":""
}
} - "nom":
}
} - "fields":
} - "properties":
} - "formateurs-agrees":
}