records
Recycling van IT-toestellen
Datasetschema
Klik om uit te vouwen Klik om samen te vouwen
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "jaar":
}
} - "fields":
} - "properties":
} - "recycling-it-toestellen":
}