datavizgallery
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"datavizgallery",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/datavizgallery"
}
] - "definitions":{
- "datavizgallery":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/datavizgallery_records"
}
}
} - "records":
} - "properties":
- "datavizgallery_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "type":,{
- "type":"string",
- "title":"type",
- "description":""
} - "title":,{
- "type":"string",
- "title":"title",
- "description":""
} - "description":,{
- "type":"string",
- "title":"description",
- "description":""
} - "theme":,{
- "type":"string",
- "title":"theme",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"date",
- "description":""
} - "photo":,{
- "type":"string",
- "title":"photo",
- "description":""
} - "datavizlink":,{
- "type":"string",
- "title":"datavizlink",
- "description":""
} - "iddataset":{
- "type":"string",
- "title":"iddataset",
- "description":""
}
} - "type":
}
} - "fields":
} - "properties":
} - "datavizgallery":