enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

SLA - Délibérations depuis 2017 de Saint-Louis Agglomération

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
COLL_NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_nom
Type
texte
Exemple
                       
COLL_SIRET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_siret
Type
texte
Exemple
                       
DELIB_ID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delib_id
Type
texte
Exemple
                       
DELIB_DATE
Année d'approbation des délibérations

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delib_date
Type
date
Exemple
                       
DELIB_MATIERE_CODE
Code thématique

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delib_matiere_code
Type
texte
Exemple
                       
DELIB_MATIERE_NOM
Thématique des délibérations

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delib_matiere_nom
Type
texte
Exemple
                       
DELIB_OBJET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delib_objet
Type
texte
Exemple
                       
BUDGET_ANNEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
budget_annee
Type
texte
Exemple
                       
BUDGET_NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
budget_nom
Type
texte
Exemple
                       
PREF_ID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pref_id
Type
texte
Exemple
                       
PREF_DATE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pref_date
Type
date
Exemple
                       
VOTE_EFFECTIF
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote_effectif
Type
texte
Exemple
                       
VOTE_REEL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote_reel
Type
texte
Exemple
                       
VOTE_POUR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote_pour
Type
texte
Exemple
                       
VOTE_CONTRE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote_contre
Type
texte
Exemple
                       
VOTE_ABSTENTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote_abstention
Type
texte
Exemple
                       
DELIB_URL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
delib_url
Type
fichier
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":"deliberations-suivi",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/deliberations-suivi"
      }
    ]
    ,
  • "definitions":
    {
    • "deliberations-suivi":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/deliberations-suivi_records"
            }
          }
        }
      }
      ,
    • "deliberations-suivi_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "coll_nom":
              {
              • "type":"string",
              • "title":"COLL_NOM",
              • "description":""
              }
              ,
            • "coll_siret":
              {
              • "type":"string",
              • "title":"COLL_SIRET",
              • "description":""
              }
              ,
            • "delib_id":
              {
              • "type":"string",
              • "title":"DELIB_ID",
              • "description":""
              }
              ,
            • "delib_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DELIB_DATE",
              • "description":"Année d'approbation des délibérations"
              }
              ,
            • "delib_matiere_code":
              {
              • "type":"string",
              • "title":"DELIB_MATIERE_CODE",
              • "description":"Code thématique"
              }
              ,
            • "delib_matiere_nom":
              {
              • "type":"string",
              • "title":"DELIB_MATIERE_NOM",
              • "description":"Thématique des délibérations"
              }
              ,
            • "delib_objet":
              {
              • "type":"string",
              • "title":"DELIB_OBJET",
              • "description":""
              }
              ,
            • "budget_annee":
              {
              • "type":"string",
              • "title":"BUDGET_ANNEE",
              • "description":""
              }
              ,
            • "budget_nom":
              {
              • "type":"string",
              • "title":"BUDGET_NOM",
              • "description":""
              }
              ,
            • "pref_id":
              {
              • "type":"string",
              • "title":"PREF_ID",
              • "description":""
              }
              ,
            • "pref_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"PREF_DATE",
              • "description":""
              }
              ,
            • "vote_effectif":
              {
              • "type":"string",
              • "title":"VOTE_EFFECTIF",
              • "description":""
              }
              ,
            • "vote_reel":
              {
              • "type":"string",
              • "title":"VOTE_REEL",
              • "description":""
              }
              ,
            • "vote_pour":
              {
              • "type":"string",
              • "title":"VOTE_POUR",
              • "description":""
              }
              ,
            • "vote_contre":
              {
              • "type":"string",
              • "title":"VOTE_CONTRE",
              • "description":""
              }
              ,
            • "vote_abstention":
              {
              • "type":"string",
              • "title":"VOTE_ABSTENTION",
              • "description":""
              }
              ,
            • "delib_url":
              {
              • "type":"string",
              • "title":"DELIB_URL",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires