records
Social networks
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":"reseaux-sociaux",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/reseaux-sociaux"
}
] - "definitions":{
- "reseaux-sociaux":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/reseaux-sociaux_records"
}
}
} - "records":
} - "properties":
- "reseaux-sociaux_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "porteur":,{
- "type":"string",
- "title":"Porteur",
- "description":""
} - "eigenaar":,{
- "type":"string",
- "title":"Eigenaar",
- "description":""
} - "owner":,{
- "type":"string",
- "title":"Owner",
- "description":""
} - "reseau_social":,{
- "type":"string",
- "title":"Social network",
- "description":""
} - "langue":,{
- "type":"string",
- "title":"Language",
- "description":""
} - "lien_web":,{
- "type":"string",
- "title":"Lien web",
- "description":""
} - "statut":{
- "type":"string",
- "title":"#Statut",
- "description":""
}
} - "nom":
}
} - "fields":
} - "properties":
} - "reseaux-sociaux":
}