enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Déclarations des entrepreneurs de spectacles vivants

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
numero_recepisse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_recepisse
Type
texte
Exemple
PLATESV-R-2022-001329
date_validite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_validite
Type
date
Exemple
2022-03-02
date_depot_dossier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_depot_dossier
Type
date
Exemple
2022-01-31
statut_recepisse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut_recepisse
Type
texte
Exemple
Valide
categorie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie
Type
texte
Exemple
3
type_declaration
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_declaration
Type
texte
Exemple
Renouvellement
type_declarant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_declarant
Type
texte
Exemple
Personne morale
raison_sociale
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
raison_sociale
Type
texte
Exemple
JPP HAVANA JULOCLEM            HAVANA CAFE
code_postal_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal_siret
Type
texte
Exemple
85100
siren_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
siren_siret
Type
texte
Exemple
79899994200013
nom_lieu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_lieu
Type
texte
Exemple
                       
code_postal_lieu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal_lieu
Type
texte
Exemple
                       
code_naf_ape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_naf_ape
Type
texte
Exemple
5630Z - Débits de boissons
geoloc_cp_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geoloc_cp_siret
Type
geo_point_2d
Exemple
[46.5146571,-1.685878]
region_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region_siret
Type
texte
Exemple
Pays-de-la-Loire
departement_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement_siret
Type
texte
Exemple
Vendée
date_expire_licence
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_expire_licence
Type
date
Exemple
                       
date_retrait_licence
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_retrait_licence
Type
date
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":"declarations-des-entrepreneurs-de-spectacles-vivants",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/declarations-des-entrepreneurs-de-spectacles-vivants"
      }
    ]
    ,
  • "definitions":
    {
    • "declarations-des-entrepreneurs-de-spectacles-vivants":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/declarations-des-entrepreneurs-de-spectacles-vivants_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"
            }
          }
        }
        ,
      • "declarations-des-entrepreneurs-de-spectacles-vivants_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "numero_recepisse":
                {
                • "type":"string",
                • "title":"numero_recepisse",
                • "description":""
                }
                ,
              • "date_validite":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_validite",
                • "description":""
                }
                ,
              • "date_depot_dossier":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_depot_dossier",
                • "description":""
                }
                ,
              • "statut_recepisse":
                {
                • "type":"string",
                • "title":"statut_recepisse",
                • "description":""
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"categorie",
                • "description":""
                }
                ,
              • "type_declaration":
                {
                • "type":"string",
                • "title":"type_declaration",
                • "description":""
                }
                ,
              • "type_declarant":
                {
                • "type":"string",
                • "title":"type_declarant",
                • "description":""
                }
                ,
              • "raison_sociale":
                {
                • "type":"string",
                • "title":"raison_sociale",
                • "description":""
                }
                ,
              • "code_postal_siret":
                {
                • "type":"string",
                • "title":"code_postal_siret",
                • "description":""
                }
                ,
              • "siren_siret":
                {
                • "type":"string",
                • "title":"siren_siret",
                • "description":""
                }
                ,
              • "nom_lieu":
                {
                • "type":"string",
                • "title":"nom_lieu",
                • "description":""
                }
                ,
              • "code_postal_lieu":
                {
                • "type":"string",
                • "title":"code_postal_lieu",
                • "description":""
                }
                ,
              • "code_naf_ape":
                {
                • "type":"string",
                • "title":"code_naf_ape",
                • "description":""
                }
                ,
              • "geoloc_cp_siret":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geoloc_cp_siret",
                • "description":""
                }
                ,
              • "region_siret":
                {
                • "type":"string",
                • "title":"region_siret",
                • "description":""
                }
                ,
              • "departement_siret":
                {
                • "type":"string",
                • "title":"departement_siret",
                • "description":""
                }
                ,
              • "date_expire_licence":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_expire_licence",
                • "description":""
                }
                ,
              • "date_retrait_licence":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_retrait_licence",
                • "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