records
Relevé des prix des produits de la mer au marché de Moselle
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":"releve_prix_produits_mer_marche_moselle",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/releve_prix_produits_mer_marche_moselle"
}
] - "definitions":{
- "releve_prix_produits_mer_marche_moselle":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/releve_prix_produits_mer_marche_moselle_records"
}
}
} - "records":
} - "properties":
- "releve_prix_produits_mer_marche_moselle_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "mois":,{
- "type":"number",
- "title":"MOIS",
- "description":""
} - "nom_article":,{
- "type":"string",
- "title":"NOM ARTICLE",
- "description":""
} - "prix_au_kg_fcfp":,{
- "type":"number",
- "title":"PRIX AU KG/FCFP",
- "description":""
} - "conditionnement":{
- "type":"string",
- "title":"CONDITIONNEMENT",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "releve_prix_produits_mer_marche_moselle":
}