records

records

Active filters Clear all

No active filters

Filters

Liste des formateurs avec agrément en cours

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Nom
               

No description available for this field.

Name (identifier)
nom
Type
text
Sample
                       
Prénom
               

No description available for this field.

Name (identifier)
prenom
Type
text
Sample
                       
Nom Prénom
               

No description available for this field.

Name (identifier)
nom_prenom
Type
text
Sample
                       
N° agrément
               

No description available for this field.

Name (identifier)
num_complet_agrement
Type
text
Sample
                       
Début agrément
               

No description available for this field.

Name (identifier)
debut_agrement
Type
date
Sample
                       
Fin agrément
               

No description available for this field.

Name (identifier)
fin_agrement
Type
date
Sample
                       
Spécialité NSF (N°+Libellé)
               

No description available for this field.

Name (identifier)
specialite_nsf_complet
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets