records

records

Active filters Clear all

No active filters

Filters

Oostenrijkse woningen in Doornakkers

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Straatnaam
               

No description available for this field.

Name (identifier)
straatnaam
Type
text
Sample
                       
Huisnummer
               

No description available for this field.

Name (identifier)
huisnummer
Type
text
Sample
                       
Postcode
               

No description available for this field.

Name (identifier)
postcode
Type
text
Sample
                       
Woonplaats
               

No description available for this field.

Name (identifier)
woonplaats
Type
text
Sample
                       
Adres
               

No description available for this field.

Name (identifier)
adres
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"oostenrijkse-woningen-in-doornakkers",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/oostenrijkse-woningen-in-doornakkers"
      }
    ]
    ,
  • "definitions":
    {
    • "oostenrijkse-woningen-in-doornakkers":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/oostenrijkse-woningen-in-doornakkers_records"
            }
          }
        }
      }
      ,
    • "oostenrijkse-woningen-in-doornakkers_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "straatnaam":
              {
              • "type":"string",
              • "title":"Straatnaam",
              • "description":""
              }
              ,
            • "huisnummer":
              {
              • "type":"string",
              • "title":"Huisnummer",
              • "description":""
              }
              ,
            • "postcode":
              {
              • "type":"string",
              • "title":"Postcode",
              • "description":""
              }
              ,
            • "woonplaats":
              {
              • "type":"string",
              • "title":"Woonplaats",
              • "description":""
              }
              ,
            • "adres":
              {
              • "type":"string",
              • "title":"Adres",
              • "description":""
              }
            }
          }
        }
      }
    }
}