records

records

Actieve filters Wis alles

Geen actieve filters

Filters

Recycling van IT-toestellen

Bijlagen

Klik om uit te vouwen Klik om samen te vouwen

Datasetschema

Klik om uit te vouwen Klik om samen te vouwen
Jaar
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
jaar
Type
datum
Voorbeeld
                       
Type apparaat
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
type_apparaat
Type
tekst
Voorbeeld
                       
Type d'appareil
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
type_d_appareil
Type
tekst
Voorbeeld
                       
Type of device
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
type_of_device
Type
tekst
Voorbeeld
                       
Aantal
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
aantal
Type
dubbel
Voorbeeld
                       

JSON Schema

Het volgende JSON-voorwerp is een gestandaardiseerde omschrijving van het schema van uw dataset. Meer over JSON-schema.

{
  • "title":"recycling-it-toestellen",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/recycling-it-toestellen"
      }
    ]
    ,
  • "definitions":
    {
    • "recycling-it-toestellen":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/recycling-it-toestellen_records"
            }
          }
        }
      }
      ,
    • "recycling-it-toestellen_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "jaar":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Jaar",
              • "description":""
              }
              ,
            • "type_apparaat":
              {
              • "type":"string",
              • "title":"Type apparaat",
              • "description":""
              }
              ,
            • "type_d_appareil":
              {
              • "type":"string",
              • "title":"Type d'appareil",
              • "description":""
              }
              ,
            • "type_of_device":
              {
              • "type":"string",
              • "title":"Type of device",
              • "description":""
              }
              ,
            • "aantal":
              {
              • "type":"number",
              • "title":"Aantal",
              • "description":""
              }
            }
          }
        }
      }
    }
}