records

records

Active filters Clear all

No active filters

Filters

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
ID
               

No description available for this field.

Name (identifier)
id
Type
integer
Sample
                       
Map
Map name

No description available for this field.

Name (identifier)
karta
Type
text
Sample
                       
Link
Link to map as PDF

No description available for this field.

Name (identifier)
lank
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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"
              }
            }
          }
        }
      }
    }
}

Similar datasets