records
Maps
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":"kartor",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/kartor"
}
] - "definitions":{
- "kartor":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/kartor_records"
}
}
} - "records":
} - "properties":
- "kartor_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "id":,{
- "type":"integer",
- "title":"ID",
- "description":""
} - "karta":,{
- "type":"string",
- "title":"Map",
- "description":"Map name"
} - "lank":{
- "type":"string",
- "title":"Link",
- "description":"Link to map as PDF"
}
} - "id":
}
} - "fields":
} - "properties":
} - "kartor":
}