records
Les articles à la une
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":"data_articles_a_la_une",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/data_articles_a_la_une"
}
] - "definitions":{
- "data_articles_a_la_une":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/data_articles_a_la_une_records"
}
}
} - "records":
} - "properties":
- "data_articles_a_la_une_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nombre":,{
- "type":"integer",
- "title":"id",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "titre":,{
- "type":"string",
- "title":"TITRE",
- "description":""
} - "description":,{
- "type":"string",
- "title":"DESCRIPTION",
- "description":""
} - "noms_illus":,{
- "type":"string",
- "title":"NOMS_ILLUSTRATION",
- "description":""
} - "lien_utile":,{
- "type":"string",
- "title":"LIEN UTILES",
- "description":""
} - "phrase_lien":,{
- "type":"string",
- "title":"phrase_lien",
- "description":""
} - "title":,{
- "type":"string",
- "title":"Title",
- "description":""
} - "description_english":,{
- "type":"string",
- "title":"Description english",
- "description":""
} - "link_sentence":,{
- "type":"string",
- "title":"Link sentence",
- "description":""
} - "url_illustration":,{
- "type":"string",
- "title":"url_illustration",
- "description":""
} - "annee":{
- "type":"string",
- "format":"date",
- "title":"annee_de_annonce",
- "description":""
}
} - "nombre":
}
} - "fields":
} - "properties":
} - "data_articles_a_la_une":
}