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":"fr-gas-globe-diesel-gasoilne-2016@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fr-gas-globe-diesel-gasoilne-2016@kapsarc"
}
] - "definitions":{
- "fr-gas-globe-diesel-gasoilne-2016@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fr-gas-globe-diesel-gasoilne-2016@kapsarc_records"
}
}
} - "records":
} - "properties":
- "fr-gas-globe-diesel-gasoilne-2016@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "measure_name":{
- "type":"string",
- "title":"Unit of Measure",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "fr-gas-globe-diesel-gasoilne-2016@kapsarc":
}