94
records
Liste des spécialités
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":"liste-des-specialites",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/liste-des-specialites"
}
] - "definitions":{
- "liste-des-specialites":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/liste-des-specialites_records"
}
}
} - "records":
} - "properties":
- "liste-des-specialites_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "ndeg_specialite":,{
- "type":"string",
- "title":"N° spécialité",
- "description":""
} - "intitule_specialite":{
- "type":"string",
- "title":"Intitulé spécialité",
- "description":""
}
} - "ndeg_specialite":
}
} - "fields":
} - "properties":
} - "liste-des-specialites":
}