records

records

Active filters Clear all

No active filters

Filters

Stadskaarten Eindhoven

Dataset schema

Click to expand Click to collapse
FILE
STADSKAART

No description available for this field.

Name (identifier)
id
Type
file
Sample
                       
bestandsnaam
               

No description available for this field.

Name (identifier)
bestandsnaam
Type
text
Sample
                       
data_formaat
               

No description available for this field.

Name (identifier)
data_formaat
Type
file
Sample
                       

JSON Schema

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

{
  • "title":"stadskaart-eindhoven-pdf",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stadskaart-eindhoven-pdf"
      }
    ]
    ,
  • "definitions":
    {
    • "stadskaart-eindhoven-pdf":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stadskaart-eindhoven-pdf_records"
            }
          }
        }
      }
      ,
    • "stadskaart-eindhoven-pdf_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"FILE",
              • "description":"STADSKAART"
              }
              ,
            • "bestandsnaam":
              {
              • "type":"string",
              • "title":"bestandsnaam",
              • "description":""
              }
              ,
            • "data_formaat":
              {
              • "type":"string",
              • "title":"data_formaat",
              • "description":""
              }
            }
          }
        }
      }
    }
}