records

records

Active filters Clear all

No active filters

Filters

Costumes of Manneken-Pis

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Costume number
               

No description available for this field.

Name (identifier)
ndegcostume
Type
integer
Sample
                       
Costume name
               

No description available for this field.

Name (identifier)
nom_du_costume
Type
text
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets