records
Custom view generator - Demo
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":"custom-view-generator-demo",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/custom-view-generator-demo"
}
] - "definitions":{
- "custom-view-generator-demo":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/custom-view-generator-demo_records"
}
}
} - "records":
} - "properties":
- "custom-view-generator-demo_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom_de_l_initiative":,{
- "type":"string",
- "title":"Nom de l'initiative",
- "description":""
} - "name_of_the_organization":,{
- "type":"string",
- "title":"Name of the organization",
- "description":""
} - "entity":,{
- "type":"string",
- "title":"Type of organization",
- "description":""
} - "theme_en":,{
- "type":"string",
- "title":"Topic",
- "description":""
} - "language":,{
- "type":"string",
- "title":"Language",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "description_fr":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "description_en":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "screenshot_1":,{
- "type":"string",
- "title":"Screenshot 1",
- "description":""
} - "screenshot_2":,{
- "type":"string",
- "title":"Screenshot 2",
- "description":""
} - "screenshot_3":,{
- "type":"string",
- "title":"Screenshot 3",
- "description":""
} - "nom_de_lorganisation":,{
- "type":"string",
- "title":"Nom de l'organisation",
- "description":""
} - "entite":,{
- "type":"string",
- "title":"Type d'organisation",
- "description":""
} - "theme_fr":,{
- "type":"string",
- "title":"Thème",
- "description":""
} - "produit_par":,{
- "type":"string",
- "title":"Partenaire",
- "description":""
} - "pays":,{
- "type":"string",
- "title":"Pays",
- "description":""
} - "langue":,{
- "type":"string",
- "title":"Langue",
- "description":""
} - "name_of_the_initiative":,{
- "type":"string",
- "title":"Name of the initiative",
- "description":""
} - "link":,{
- "type":"string",
- "title":"Link",
- "description":""
} - "type_de_page":,{
- "type":"string",
- "title":"Type de page",
- "description":""
} - "type_of_page":,{
- "type":"string",
- "title":"Type of page",
- "description":""
} - "dataviz":,{
- "type":"string",
- "title":"dataviz",
- "description":""
} - "dataviz_en_fr":{
- "type":"string",
- "title":"dataviz_en_fr",
- "description":""
}
} - "nom_de_l_initiative":
}
} - "fields":
} - "properties":
} - "custom-view-generator-demo":
}