records
Costumes of Manneken-Pis
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":"costumes-de-manneken-pis",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/costumes-de-manneken-pis"
}
] - "definitions":{
- "costumes-de-manneken-pis":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/costumes-de-manneken-pis_records"
}
}
} - "records":
} - "properties":
- "costumes-de-manneken-pis_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "ndegcostume":,{
- "type":"integer",
- "title":"Costume number",
- "description":""
} - "nom_du_costume":,{
- "type":"string",
- "title":"Costume name",
- "description":""
} - "date":{
- "type":"string",
- "title":"Date",
- "description":""
}
} - "ndegcostume":
}
} - "fields":
} - "properties":
} - "costumes-de-manneken-pis":
}