records
Bulletin Officiel des Finances Publiques - Impôts
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":"bofip-impots",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bofip-impots"
}
] - "definitions":{
- "bofip-impots":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bofip-impots_records"
}
}
} - "records":
} - "properties":
- "bofip-impots_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom_du_fichier":,{
- "type":"string",
- "title":"Nom du fichier",
- "description":""
} - "date_de_debut":,{
- "type":"string",
- "format":"date",
- "title":"Date de début",
- "description":""
} - "date_de_fin":,{
- "type":"string",
- "format":"date",
- "title":"Date de fin",
- "description":""
} - "telechargement":,{
- "type":"string",
- "title":"Téléchargement",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "contenu":,{
- "type":"string",
- "title":"Contenu",
- "description":""
} - "empreinte":{
- "type":"string",
- "title":"Empreinte",
- "description":""
}
} - "nom_du_fichier":
}
} - "fields":
} - "properties":
} - "bofip-impots":
}