enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Référentiel des plages horaires d'une journée - 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
                       
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
heuredebut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
heuredebut
Type
texte
Exemple
                       
nbminutesdebut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nbminutesdebut
Type
int
Exemple
                       
heurefin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
heurefin
Type
texte
Exemple
                       
nbminutesfin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nbminutesfin
Type
int
Exemple
                       
query
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
query
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-referentiel-plageshorairesjournee",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-referentiel-plageshorairesjournee"
      }
    ]
    ,
  • "definitions":
    {
    • "om-referentiel-plageshorairesjournee":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-referentiel-plageshorairesjournee_records"
            }
          }
        }
      }
      ,
    • "om-referentiel-plageshorairesjournee_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"id",
              • "description":""
              }
              ,
            • "nom":
              {
              • "type":"string",
              • "title":"nom",
              • "description":""
              }
              ,
            • "heuredebut":
              {
              • "type":"string",
              • "title":"heuredebut",
              • "description":""
              }
              ,
            • "nbminutesdebut":
              {
              • "type":"integer",
              • "title":"nbminutesdebut",
              • "description":""
              }
              ,
            • "heurefin":
              {
              • "type":"string",
              • "title":"heurefin",
              • "description":""
              }
              ,
            • "nbminutesfin":
              {
              • "type":"integer",
              • "title":"nbminutesfin",
              • "description":""
              }
              ,
            • "query":
              {
              • "type":"string",
              • "title":"query",
              • "description":""
              }
            }
          }
        }
      }
    }
}