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":"solar@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/solar@kapsarc"
}
] - "definitions":{
- "solar@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/solar@kapsarc_records"
}
}
} - "records":
} - "properties":
- "solar@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "2013":,{
- "type":"number",
- "title":"2013",
- "description":""
} - "2014":,{
- "type":"number",
- "title":"2014",
- "description":""
} - "2015":,{
- "type":"number",
- "title":"2015",
- "description":""
} - "2016":,{
- "type":"number",
- "title":"2016",
- "description":""
} - "2017":,{
- "type":"number",
- "title":"2017",
- "description":""
} - "2018":,{
- "type":"number",
- "title":"2018",
- "description":""
} - "2019":,{
- "type":"number",
- "title":"2019",
- "description":""
} - "2020":,{
- "type":"number",
- "title":"2020",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "station_name":{
- "type":"string",
- "title":"Station Name",
- "description":""
}
} - "2013":
}
} - "fields":
} - "properties":
} - "solar@kapsarc":
}