records
Programmation des sessions de formation professionnelle continue de la Nouvelle-Calédonie
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":"programmation-fpc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/programmation-fpc"
}
] - "definitions":{
- "programmation-fpc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/programmation-fpc_records"
}
}
} - "records":
} - "properties":
- "programmation-fpc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "idsession":,{
- "type":"string",
- "title":"IdSession",
- "description":""
} - "idaction":,{
- "type":"integer",
- "title":"IdAction",
- "description":""
} - "intitule":,{
- "type":"string",
- "title":"Intitulé",
- "description":""
} - "organisme":,{
- "type":"string",
- "title":"Organisme",
- "description":""
} - "ndeg_dfpc":,{
- "type":"string",
- "title":"N° DFPC",
- "description":"Code organisme"
} - "type_d_action":,{
- "type":"string",
- "title":"Type d'action",
- "description":""
} - "date_de_debut_prevue":,{
- "type":"string",
- "format":"date",
- "title":"Date de début prévue",
- "description":""
} - "date_debut_effective":,{
- "type":"string",
- "format":"date",
- "title":"Date début effective",
- "description":""
} - "date_de_fin_prevue":,{
- "type":"string",
- "format":"date",
- "title":"Date de fin prévue",
- "description":""
} - "date_fin_effective":,{
- "type":"string",
- "format":"date",
- "title":"Date fin effective",
- "description":""
} - "code_rome":,{
- "type":"string",
- "title":"code_rome",
- "description":""
} - "libelle_rome":,{
- "type":"string",
- "title":"libelle_rome",
- "description":""
} - "etat_action":,{
- "type":"string",
- "title":"Etat_Action",
- "description":""
} - "etat_session":{
- "type":"string",
- "title":"Etat_Session",
- "description":""
}
} - "idsession":
}
} - "fields":
} - "properties":
} - "programmation-fpc":
}