1 642 enregistrements

1 642 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

nature

id-om

Offre d'activités des associations (lieux et horaires) - 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
int
Exemple
15
nature
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature
Type
texte
Exemple
bridge (pratique collective)
cible 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
Lundi, Mercredi, Vendredi , de 14h à 17h même pendant toutes les vacances scolaires.
contact_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
contact_id
Type
int
Exemple
24
poi-nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_nom
Type
texte
Exemple
Maison des Associations
poi-adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_adresse
Type
texte
Exemple
46T Rue Sainte-Catherine 45000 Orléans
poi-geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_geo
Type
geo_point_2d
Exemple
[47.901714,1.905393]
poi-id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_id
Type
texte
Exemple
27
id-om
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_om
Type
texte
Exemple
W452008267-374
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
Les Réactifs
cible id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cible_id
Type
int
Exemple
91
age min
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
agemin
Type
int
Exemple
3
nom jour
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jourhoraire_jour_nom
Type
texte
Exemple
mercredi
heuredebut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jourhoraire_heuredebut
Type
texte
Exemple
14:00:00
heurefin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jourhoraire_heurefin
Type
texte
Exemple
17:00:00
age max
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
agemax
Type
int
Exemple
99
trihoraire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
trihoraire
Type
int
Exemple
5160

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-horaire",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-vieassociative-offre-horaire"
      }
    ]
    ,
  • "definitions":
    {
    • "om-vieassociative-offre-horaire":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-vieassociative-offre-horaire_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "om-vieassociative-offre-horaire_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"integer",
                • "title":"id",
                • "description":""
                }
                ,
              • "nature":
                {
                • "type":"string",
                • "title":"nature",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"cible description",
                • "description":""
                }
                ,
              • "calendrier_rythme":
                {
                • "type":"string",
                • "title":"calendrier rythme",
                • "description":""
                }
                ,
              • "contact_id":
                {
                • "type":"integer",
                • "title":"contact_id",
                • "description":""
                }
                ,
              • "poi_nom":
                {
                • "type":"string",
                • "title":"poi-nom",
                • "description":""
                }
                ,
              • "poi_adresse":
                {
                • "type":"string",
                • "title":"poi-adresse",
                • "description":""
                }
                ,
              • "poi_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"poi-geo",
                • "description":""
                }
                ,
              • "poi_id":
                {
                • "type":"string",
                • "title":"poi-id",
                • "description":""
                }
                ,
              • "id_om":
                {
                • "type":"string",
                • "title":"id-om",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"nom",
                • "description":""
                }
                ,
              • "cible_id":
                {
                • "type":"integer",
                • "title":"cible id",
                • "description":""
                }
                ,
              • "agemin":
                {
                • "type":"integer",
                • "title":"age min",
                • "description":""
                }
                ,
              • "jourhoraire_jour_nom":
                {
                • "type":"string",
                • "title":"nom jour",
                • "description":""
                }
                ,
              • "jourhoraire_heuredebut":
                {
                • "type":"string",
                • "title":"heuredebut",
                • "description":""
                }
                ,
              • "jourhoraire_heurefin":
                {
                • "type":"string",
                • "title":"heurefin",
                • "description":""
                }
                ,
              • "agemax":
                {
                • "type":"integer",
                • "title":"age max",
                • "description":""
                }
                ,
              • "trihoraire":
                {
                • "type":"integer",
                • "title":"trihoraire",
                • "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