records
Parc national annuel de production par filière
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":"parc-prod-par-filiere",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/parc-prod-par-filiere"
}
] - "definitions":{
- "parc-prod-par-filiere":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/parc-prod-par-filiere_records"
}
}
} - "records":
} - "properties":
- "parc-prod-par-filiere_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Annee",
- "description":"Année Year"
} - "parc_nucleaire":,{
- "type":"number",
- "title":"Parc nucleaire (MW)",
- "description":"Parc de production nucléaire en MW Nuclear production branch in MW"
} - "parc_thermique_fossile":,{
- "type":"number",
- "title":"Parc thermique fossile (MW)",
- "description":"Parc de production fioul + charbon + gaz en MW Oil + gas + coal production branch in MW"
} - "parc_fioul":,{
- "type":"number",
- "title":"Parc fioul (MW)",
- "description":"Parc de production fioul en MW Oil production branch in MW"
} - "parc_charbon":,{
- "type":"number",
- "title":"Parc charbon (MW)",
- "description":"Parc de production charbon en MW Coal production branch in MW"
} - "parc_gaz":,{
- "type":"number",
- "title":"Parc gaz (MW)",
- "description":"Parc de production gaz en MW Gas production branch in MW"
} - "parc_hydraulique":,{
- "type":"number",
- "title":"Parc hydraulique (MW)",
- "description":"Parc de production hydraulique en MW Hydro production branch in MW"
} - "parc_solaire":,{
- "type":"number",
- "title":"Parc solaire (MW)",
- "description":"Parc de production solaire en MW Solar production branch in MW"
} - "parc_eolien":,{
- "type":"number",
- "title":"Parc eolien (MW)",
- "description":"Parc de production éolien en MW Wind production branch in MW"
} - "parc_bioenergie":{
- "type":"number",
- "title":"Parc bioenergie (MW)",
- "description":"Parc de production bioénergies en MW Bioenergy production branch in MW"
}
} - "annee":
}
} - "fields":
} - "properties":
} - "parc-prod-par-filiere":
}