enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Offre d'activités des associations (liste des activités) - Orléans Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
                       
nature
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature
Type
texte
Exemple
                       
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
calendrier rythme
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
calendrier_rythme
Type
texte
Exemple
                       
contact_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
contact_id
Type
int
Exemple
                       
id-om
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_om
Type
texte
Exemple
                       
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
Nature conforme à la nomenclature des activités
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature_nomenclature
Type
texte
Exemple
                       
Champ lexical
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
champlexical
Type
texte
Exemple
                       
Catégorie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie
Type
texte
Exemple
                       
Catégorie principale
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_principale
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":"om-vieassociative-offre-activite",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-vieassociative-offre-activite"
      }
    ]
    ,
  • "definitions":
    {
    • "om-vieassociative-offre-activite":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-vieassociative-offre-activite_records"
            }
          }
        }
      }
      ,
    • "om-vieassociative-offre-activite_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"id",
              • "description":""
              }
              ,
            • "nature":
              {
              • "type":"string",
              • "title":"nature",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"description",
              • "description":""
              }
              ,
            • "calendrier_rythme":
              {
              • "type":"string",
              • "title":"calendrier rythme",
              • "description":""
              }
              ,
            • "contact_id":
              {
              • "type":"integer",
              • "title":"contact_id",
              • "description":""
              }
              ,
            • "id_om":
              {
              • "type":"string",
              • "title":"id-om",
              • "description":""
              }
              ,
            • "nom":
              {
              • "type":"string",
              • "title":"nom",
              • "description":""
              }
              ,
            • "nature_nomenclature":
              {
              • "type":"string",
              • "title":"Nature conforme à la nomenclature des activités",
              • "description":""
              }
              ,
            • "champlexical":
              {
              • "type":"string",
              • "title":"Champ lexical",
              • "description":""
              }
              ,
            • "categorie":
              {
              • "type":"string",
              • "title":"Catégorie",
              • "description":""
              }
              ,
            • "categorie_principale":
              {
              • "type":"string",
              • "title":"Catégorie principale",
              • "description":""
              }
            }
          }
        }
      }
    }
}