enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Déports des élus municipaux de la Ville de Rennes

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Date
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date
Type
date
Exemple
                       
Collectivité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
collectivite
Type
texte
Exemple
                       
Instance
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
instance
Type
texte
Exemple
                       
Numero delib
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_delib
Type
texte
Exemple
                       
Titre délib
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
titre_delib
Type
texte
Exemple
                       
Rapporteur
Elu qui présente la délibération

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rapporteur
Type
texte
Exemple
                       
ID élu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_elu
Type
texte
Exemple
                       
Elu
Elu ne participant pas au vote

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
elu
Type
texte
Exemple
                       
FONCTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fonction
Type
texte
Exemple
                       
Theme déport
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
theme
Type
texte
Exemple
                       
DELIB_URL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delib_url
Type
texte
Exemple
                       
Observations
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
observations
Type
texte
Exemple
                       

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":"deports_instances_municipales",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/deports_instances_municipales"
      }
    ]
    ,
  • "definitions":
    {
    • "deports_instances_municipales":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/deports_instances_municipales_records"
            }
          }
        }
      }
      ,
    • "deports_instances_municipales_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "collectivite":
              {
              • "type":"string",
              • "title":"Collectivité",
              • "description":""
              }
              ,
            • "instance":
              {
              • "type":"string",
              • "title":"Instance",
              • "description":""
              }
              ,
            • "numero_delib":
              {
              • "type":"string",
              • "title":"Numero delib",
              • "description":""
              }
              ,
            • "titre_delib":
              {
              • "type":"string",
              • "title":"Titre délib",
              • "description":""
              }
              ,
            • "rapporteur":
              {
              • "type":"string",
              • "title":"Rapporteur",
              • "description":"Elu qui présente la délibération"
              }
              ,
            • "id_elu":
              {
              • "type":"string",
              • "title":"ID élu",
              • "description":""
              }
              ,
            • "elu":
              {
              • "type":"string",
              • "title":"Elu",
              • "description":"Elu ne participant pas au vote"
              }
              ,
            • "fonction":
              {
              • "type":"string",
              • "title":"FONCTION",
              • "description":""
              }
              ,
            • "theme":
              {
              • "type":"string",
              • "title":"Theme déport",
              • "description":""
              }
              ,
            • "delib_url":
              {
              • "type":"string",
              • "title":"DELIB_URL",
              • "description":""
              }
              ,
            • "observations":
              {
              • "type":"string",
              • "title":"Observations",
              • "description":""
              }
            }
          }
        }
      }
    }
}