records

records

Active filters Clear all

No active filters

Filters

Prix des énergies depuis 2009

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Type de prix
               

No description available for this field.

Name (identifier)
type_prix
Type
text
Sample
                       
Unité
               

No description available for this field.

Name (identifier)
unite
Type
text
Sample
                       
MOIS
               

No description available for this field.

Name (identifier)
mois
Type
date
Sample
                       
NOMBRE
               

No description available for this field.

Name (identifier)
nombre
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"prix-des-energies-depuis-2009",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/prix-des-energies-depuis-2009"
      }
    ]
    ,
  • "definitions":
    {
    • "prix-des-energies-depuis-2009":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/prix-des-energies-depuis-2009_records"
            }
          }
        }
      }
      ,
    • "prix-des-energies-depuis-2009_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "type_prix":
              {
              • "type":"string",
              • "title":"Type de prix",
              • "description":""
              }
              ,
            • "unite":
              {
              • "type":"string",
              • "title":"Unité",
              • "description":""
              }
              ,
            • "mois":
              {
              • "type":"string",
              • "format":"date",
              • "title":"MOIS",
              • "description":""
              }
              ,
            • "nombre":
              {
              • "type":"number",
              • "title":"NOMBRE",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets