2021-11-30 15:43:47 +01:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"$id": "http://demarches-simplifiees.fr/situation-pole-emploi.schema.json",
|
|
|
|
"title": "situation pole emploi",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"identifiant": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"civilite": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"nom": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"nomUsage": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"prenom": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"sexe": {
|
|
|
|
"enum": ["F", "M"]
|
|
|
|
},
|
|
|
|
"dateNaissance": {
|
|
|
|
"format": "date",
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"codeCertificationCNAV": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"telephone": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"telephone2": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"email": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2021-12-08 17:44:02 +01:00
|
|
|
"adresse": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"codePostal": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"INSEECommune": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"localite": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"ligneVoie": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"ligneComplementDestinataire": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"ligneComplementAdresse": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"ligneComplementDistribution": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"ligneNom": {
|
|
|
|
"type": "string"
|
2021-11-30 15:43:47 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dateInscription": {
|
|
|
|
"format": "date",
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"dateCessationInscription": {
|
|
|
|
"format": "date",
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"codeCategorieInscription": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"libelleCategroiieInscription": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|