enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Catalogue des jeux de données

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Dataset identifier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dataset_id
Type
texte
Exemple
                       
Federated dataset
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
federated
Type
boolean
Exemple
                       
Title
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
title
Type
texte
Exemple
                       
Description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
Themes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
theme
Type
texte
Exemple
                       
Keywords
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
keyword
Type
texte
Exemple
                       
License
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
license
Type
texte
Exemple
                       
Language
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
language
Type
texte
Exemple
                       
Timezone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
timezone
Type
texte
Exemple
                       
Modified
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
modified
Type
datetime
Exemple
                       
Data processed
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
data_processed
Type
datetime
Exemple
                       
Metadata processed
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
metadata_processed
Type
datetime
Exemple
                       
Publisher
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
publisher
Type
texte
Exemple
                       
Reference
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
references
Type
texte
Exemple
                       
Attributions
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
attributions
Type
texte
Exemple
                       
Update frequency
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
update_frequency
Type
texte
Exemple
                       
Number of records
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
records_count
Type
int
Exemple
                       
Size of records in the dataset (in bytes)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
records_size
Type
int
Exemple
                       
Reuse count
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
explore_reuse_count
Type
int
Exemple
                       
API call count
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
explore_api_call_count
Type
int
Exemple
                       
Download count
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
explore_download_count
Type
int
Exemple
                       
Attachments download count
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
explore_attachment_download_count
Type
int
Exemple
                       
File fields download count
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
explore_file_field_download_count
Type
int
Exemple
                       
Popularity score
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
explore_popularity_score
Type
décimal
Exemple
                       
Visibility (domain or restricted)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
visibility
Type
texte
Exemple
                       
Published
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
publishing_published
Type
texte
Exemple
                       
Publishing properties
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
publishing_properties
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":"catalog",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/catalog"
      }
    ]
    ,
  • "definitions":
    {
    • "catalog":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/catalog_records"
            }
          }
        }
      }
      ,
    • "catalog_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "dataset_id":
              {
              • "type":"string",
              • "title":"Dataset identifier",
              • "description":""
              }
              ,
            • "federated":
              {
              • "type":"string",
              • "title":"Federated dataset",
              • "description":""
              }
              ,
            • "title":
              {
              • "type":"string",
              • "title":"Title",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"Description",
              • "description":""
              }
              ,
            • "theme":
              {
              • "type":"string",
              • "title":"Themes",
              • "description":""
              }
              ,
            • "keyword":
              {
              • "type":"string",
              • "title":"Keywords",
              • "description":""
              }
              ,
            • "license":
              {
              • "type":"string",
              • "title":"License",
              • "description":""
              }
              ,
            • "language":
              {
              • "type":"string",
              • "title":"Language",
              • "description":""
              }
              ,
            • "timezone":
              {
              • "type":"string",
              • "title":"Timezone",
              • "description":""
              }
              ,
            • "modified":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Modified",
              • "description":""
              }
              ,
            • "data_processed":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Data processed",
              • "description":""
              }
              ,
            • "metadata_processed":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Metadata processed",
              • "description":""
              }
              ,
            • "publisher":
              {
              • "type":"string",
              • "title":"Publisher",
              • "description":""
              }
              ,
            • "references":
              {
              • "type":"string",
              • "title":"Reference",
              • "description":""
              }
              ,
            • "attributions":
              {
              • "type":"string",
              • "title":"Attributions",
              • "description":""
              }
              ,
            • "update_frequency":
              {
              • "type":"string",
              • "title":"Update frequency",
              • "description":""
              }
              ,
            • "records_count":
              {
              • "type":"integer",
              • "title":"Number of records",
              • "description":""
              }
              ,
            • "records_size":
              {
              • "type":"integer",
              • "title":"Size of records in the dataset (in bytes)",
              • "description":""
              }
              ,
            • "explore_reuse_count":
              {
              • "type":"integer",
              • "title":"Reuse count",
              • "description":""
              }
              ,
            • "explore_api_call_count":
              {
              • "type":"integer",
              • "title":"API call count",
              • "description":""
              }
              ,
            • "explore_download_count":
              {
              • "type":"integer",
              • "title":"Download count",
              • "description":""
              }
              ,
            • "explore_attachment_download_count":
              {
              • "type":"integer",
              • "title":"Attachments download count",
              • "description":""
              }
              ,
            • "explore_file_field_download_count":
              {
              • "type":"integer",
              • "title":"File fields download count",
              • "description":""
              }
              ,
            • "explore_popularity_score":
              {
              • "type":"number",
              • "title":"Popularity score",
              • "description":""
              }
              ,
            • "visibility":
              {
              • "type":"string",
              • "title":"Visibility (domain or restricted)",
              • "description":""
              }
              ,
            • "publishing_published":
              {
              • "type":"string",
              • "title":"Published",
              • "description":""
              }
              ,
            • "publishing_properties":
              {
              • "type":"string",
              • "title":"Publishing properties",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires