records
Abonnés sur Instagram
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":"abonnes-sur-instagram",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/abonnes-sur-instagram"
}
] - "definitions":{
- "abonnes-sur-instagram":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/abonnes-sur-instagram_records"
}
}
} - "records":
} - "properties":
- "abonnes-sur-instagram_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "url":,{
- "type":"string",
- "title":"URL",
- "description":""
} - "nom":,{
- "type":"string",
- "title":"NOM",
- "description":""
} - "alias":,{
- "type":"string",
- "title":"ALIAS",
- "description":""
} - "nb_abo":{
- "type":"string",
- "title":"NB_ABO",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "abonnes-sur-instagram":
}