6 223 enregistrements

Menus restaurations scolaires - Angers

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
menuRestaurantNom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menurestaurantnom
Type
texte
Exemple
ECOLE LAREVELLIERE
menuRestaurantId
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menurestaurantid
Type
int
Exemple
28
menuRestaurantIdType
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menurestaurantidtype
Type
texte
Exemple
autre
menuRestaurantType
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menurestauranttype
Type
texte
Exemple
maternelle
menuRestaurantConvive
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menurestaurantconvive
Type
texte
Exemple
maternelle
menuDate
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menudate
Type
date
Exemple
2025-04-24
menuRepasType
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menurepastype
Type
texte
Exemple
déjeuner
menuPlatRegime
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatregime
Type
texte
Exemple
sans viande
menuPlatType
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplattype
Type
texte
Exemple
dessert
menuPlatCode
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatcode
Type
int
Exemple
7
menuPlatNom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatnom
Type
texte
Exemple
Yaourt brassé sucré
menuplatlabellocal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabellocal
Type
texte
Exemple
Local
menuplatlabelabio
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabelabio
Type
texte
Exemple
Agriculture biologique
menuplatlabelfaitmaison
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabelfaitmaison
Type
texte
Exemple
                       
menuplatlabelproduitsfermiers
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabelproduitsfermiers
Type
texte
Exemple
                       
menuplatlabelaoc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabelaoc
Type
texte
Exemple
                       
menuplatlabelaop
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabelaop
Type
texte
Exemple
                       
menuplatlabeligp
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabeligp
Type
texte
Exemple
                       
menuplatlabelvf
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabelvf
Type
texte
Exemple
                       
menuplatlabellabelrouge
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuplatlabellabelrouge
Type
texte
Exemple
                       
menuCollNom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menucollnom
Type
texte
Exemple
VILLE ANGERS
menuCollSiret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menucollsiret
Type
int
Exemple
21490007800012
menuEtablissementNom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuetablissementnom
Type
texte
Exemple
ANGERS LOIRE RESTAURATION
menuEtablissementSiret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menuetablissementsiret
Type
int
Exemple
84097537900016
menuPublicationDate
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
menupublicationdate
Type
date
Exemple
2025-04-03

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"scdl_menus_restauration_scolaire_angers",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/scdl_menus_restauration_scolaire_angers"
      }
    ]
    ,
  • "definitions":
    {
    • "scdl_menus_restauration_scolaire_angers":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/scdl_menus_restauration_scolaire_angers_records"
            }
          }
        }
      }
      ,
    • "scdl_menus_restauration_scolaire_angers_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "menurestaurantnom":
              {
              • "type":"string",
              • "title":"menuRestaurantNom",
              • "description":""
              }
              ,
            • "menurestaurantid":
              {
              • "type":"integer",
              • "title":"menuRestaurantId",
              • "description":""
              }
              ,
            • "menurestaurantidtype":
              {
              • "type":"string",
              • "title":"menuRestaurantIdType",
              • "description":""
              }
              ,
            • "menurestauranttype":
              {
              • "type":"string",
              • "title":"menuRestaurantType",
              • "description":""
              }
              ,
            • "menurestaurantconvive":
              {
              • "type":"string",
              • "title":"menuRestaurantConvive",
              • "description":""
              }
              ,
            • "menudate":
              {
              • "type":"string",
              • "format":"date",
              • "title":"menuDate",
              • "description":""
              }
              ,
            • "menurepastype":
              {
              • "type":"string",
              • "title":"menuRepasType",
              • "description":""
              }
              ,
            • "menuplatregime":
              {
              • "type":"string",
              • "title":"menuPlatRegime",
              • "description":""
              }
              ,
            • "menuplattype":
              {
              • "type":"string",
              • "title":"menuPlatType",
              • "description":""
              }
              ,
            • "menuplatcode":
              {
              • "type":"integer",
              • "title":"menuPlatCode",
              • "description":""
              }
              ,
            • "menuplatnom":
              {
              • "type":"string",
              • "title":"menuPlatNom",
              • "description":""
              }
              ,
            • "menuplatlabellocal":
              {
              • "type":"string",
              • "title":"menuplatlabellocal",
              • "description":""
              }
              ,
            • "menuplatlabelabio":
              {
              • "type":"string",
              • "title":"menuplatlabelabio",
              • "description":""
              }
              ,
            • "menuplatlabelfaitmaison":
              {
              • "type":"string",
              • "title":"menuplatlabelfaitmaison",
              • "description":""
              }
              ,
            • "menuplatlabelproduitsfermiers":
              {
              • "type":"string",
              • "title":"menuplatlabelproduitsfermiers",
              • "description":""
              }
              ,
            • "menuplatlabelaoc":
              {
              • "type":"string",
              • "title":"menuplatlabelaoc",
              • "description":""
              }
              ,
            • "menuplatlabelaop":
              {
              • "type":"string",
              • "title":"menuplatlabelaop",
              • "description":""
              }
              ,
            • "menuplatlabeligp":
              {
              • "type":"string",
              • "title":"menuplatlabeligp",
              • "description":""
              }
              ,
            • "menuplatlabelvf":
              {
              • "type":"string",
              • "title":"menuplatlabelvf",
              • "description":""
              }
              ,
            • "menuplatlabellabelrouge":
              {
              • "type":"string",
              • "title":"menuplatlabellabelrouge",
              • "description":""
              }
              ,
            • "menucollnom":
              {
              • "type":"string",
              • "title":"menuCollNom",
              • "description":""
              }
              ,
            • "menucollsiret":
              {
              • "type":"integer",
              • "title":"menuCollSiret",
              • "description":""
              }
              ,
            • "menuetablissementnom":
              {
              • "type":"string",
              • "title":"menuEtablissementNom",
              • "description":""
              }
              ,
            • "menuetablissementsiret":
              {
              • "type":"integer",
              • "title":"menuEtablissementSiret",
              • "description":""
              }
              ,
            • "menupublicationdate":
              {
              • "type":"string",
              • "format":"date",
              • "title":"menuPublicationDate",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Réutilisations

Cliquez pour déplier Cliquez pour replier

Soumettre une réutilisation

Cliquez pour déplier Cliquez pour replier

Votre nom sera affiché publiquement avec votre réutilisation

Votre prénom sera affiché publiquement avec votre réutilisation

Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

Courte description de votre travail (max. 50 caractères)

Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

Une URL où votre travail est accessible publiquement

 ou 

(facultatif) Une URL ou une image pour présenter votre travail

false

Jeux de données similaires