enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Subventions versées aux associations par la Ville de Fleury-les-Aubrais en 2019

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Attribuant
Attribuant

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomattribuant
Type
texte
Exemple
                       
N° de SIRET
N° de SIRET

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idattribuant
Type
décimal
Exemple
                       
nomBeneficiaire
Association bénéficiaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombeneficiaire
Type
texte
Exemple
                       
idBeneficiaire
N° SIRET de l'association

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idbeneficiaire
Type
décimal
Exemple
                       
objet
Domaine d'activité

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objet
Type
texte
Exemple
                       
montant
Montant

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant
Type
décimal
Exemple
                       
datesPeriodeVersement
Date de versement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datesperiodeversement
Type
date
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":"subventions-versees-aux-associations-par-la-ville-de-fleury-les-aubrais-en-2019",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/subventions-versees-aux-associations-par-la-ville-de-fleury-les-aubrais-en-2019"
      }
    ]
    ,
  • "definitions":
    {
    • "subventions-versees-aux-associations-par-la-ville-de-fleury-les-aubrais-en-2019":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/subventions-versees-aux-associations-par-la-ville-de-fleury-les-aubrais-en-2019_records"
            }
          }
        }
      }
      ,
    • "subventions-versees-aux-associations-par-la-ville-de-fleury-les-aubrais-en-2019_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nomattribuant":
              {
              • "type":"string",
              • "title":"Attribuant",
              • "description":"Attribuant"
              }
              ,
            • "idattribuant":
              {
              • "type":"number",
              • "title":"N° de SIRET",
              • "description":"N° de SIRET"
              }
              ,
            • "nombeneficiaire":
              {
              • "type":"string",
              • "title":"nomBeneficiaire",
              • "description":"Association bénéficiaire"
              }
              ,
            • "idbeneficiaire":
              {
              • "type":"number",
              • "title":"idBeneficiaire",
              • "description":"N° SIRET de l'association"
              }
              ,
            • "objet":
              {
              • "type":"string",
              • "title":"objet",
              • "description":"Domaine d'activité"
              }
              ,
            • "montant":
              {
              • "type":"number",
              • "title":"montant",
              • "description":"Montant"
              }
              ,
            • "datesperiodeversement":
              {
              • "type":"string",
              • "format":"date",
              • "title":"datesPeriodeVersement",
              • "description":"Date de versement"
              }
            }
          }
        }
      }
    }
}