records

records

Active filters Clear all

No active filters

Filters

Publicaties openbare overheid

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
text
Sample
                       
Titel
               

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
Link
Link naar de bekendmaking.

No description available for this field.

Name (identifier)
link
Type
text
Sample
                       
Omschrijving
               

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
Datum
Publicatiedatum van bekendmaking.

No description available for this field.

Name (identifier)
published
Type
datetime
Sample
                       

JSON Schema

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

{
  • "title":"publicaties-openbare-overheid",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/publicaties-openbare-overheid"
      }
    ]
    ,
  • "definitions":
    {
    • "publicaties-openbare-overheid":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/publicaties-openbare-overheid_records"
            }
          }
        }
      }
      ,
    • "publicaties-openbare-overheid_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"Id",
              • "description":""
              }
              ,
            • "title":
              {
              • "type":"string",
              • "title":"Titel",
              • "description":""
              }
              ,
            • "link":
              {
              • "type":"string",
              • "title":"Link",
              • "description":"Link naar de bekendmaking."
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"Omschrijving",
              • "description":""
              }
              ,
            • "published":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Datum",
              • "description":"Publicatiedatum van bekendmaking."
              }
            }
          }
        }
      }
    }
}