records
Manneken-Pis in pictures
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"manneken-pis",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/manneken-pis"
}
] - "definitions":{
- "manneken-pis":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/manneken-pis_records"
}
}
} - "records":
} - "properties":
- "manneken-pis_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "fr":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "nl":,{
- "type":"string",
- "title":"Naam",
- "description":""
} - "en":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "fichier":{
- "type":"string",
- "title":"File",
- "description":""
}
} - "fr":
}
} - "fields":
} - "properties":
} - "manneken-pis":
}