enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

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
                       
nature
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature
Type
texte
Exemple
                       
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
                       
contact_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
contact_id
Type
int
Exemple
                       
poi-nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_nom
Type
texte
Exemple
                       
poi-adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_adresse
Type
texte
Exemple
                       
poi-geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_geo
Type
geo_point_2d
Exemple
                       
poi-id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
poi_id
Type
texte
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
                       
cible id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cible_id
Type
int
Exemple
                       
age min
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
agemin
Type
int
Exemple
                       
nom jour
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jourhoraire_jour_nom
Type
texte
Exemple
                       
heuredebut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jourhoraire_heuredebut
Type
texte
Exemple
                       
heurefin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jourhoraire_heurefin
Type
texte
Exemple
                       
age max
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
agemax
Type
int
Exemple
                       
trihoraire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
trihoraire
Type
int
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-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