records
Origine du gaz naturel importé en France
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":"origine-du-gaz-naturel-importe-en-france",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/origine-du-gaz-naturel-importe-en-france"
}
] - "definitions":{
- "origine-du-gaz-naturel-importe-en-france":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/origine-du-gaz-naturel-importe-en-france_records"
}
}
} - "records":
} - "properties":
- "origine-du-gaz-naturel-importe-en-france_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "title":"Année",
- "description":""
} - "pays_d_origine":,{
- "type":"string",
- "title":"Pays d'origine (FR)",
- "description":""
} - "pays_dorigine_en":,{
- "type":"string",
- "title":"Pays d'origine (EN)",
- "description":""
} - "quantite_importee_en_france_twh":{
- "type":"number",
- "title":"Quantité importée en France (TWh)",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "origine-du-gaz-naturel-importe-en-france":
}