records

records

Active filters Clear all

No active filters

Filters

Stadtkarte Potsdam

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Link:
               

No description available for this field.

Name (identifier)
link
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"stadtkarte-geograf",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stadtkarte-geograf"
      }
    ]
    ,
  • "definitions":
    {
    • "stadtkarte-geograf":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stadtkarte-geograf_records"
            }
          }
        }
      }
      ,
    • "stadtkarte-geograf_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "name":
              {
              • "type":"string",
              • "title":"Name",
              • "description":""
              }
              ,
            • "link":
              {
              • "type":"string",
              • "title":"Link:",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets