records

records

Active filters Clear all

No active filters

Filters

[archive] Initiatives pour la lutte contre les violences sexistes et sexuelles

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Etat du dispositif
               

No description available for this field.

Name (identifier)
etat_du_dispositif
Type
text
Sample
                       
Zone géographique
               

No description available for this field.

Name (identifier)
zone_geographique
Type
text
Sample
                       
Type d'établissement
               

No description available for this field.

Name (identifier)
type_d_etablissement
Type
text
Sample
                       
Nom de l'établissement
               

No description available for this field.

Name (identifier)
nom_de_l_etablissement
Type
text
Sample
                       
Sigle
               

No description available for this field.

Name (identifier)
sigle
Type
text
Sample
                       
Géolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       
Localisation
               

No description available for this field.

Name (identifier)
localisation
Type
text
Sample
                       
Académie
               

No description available for this field.

Name (identifier)
academie
Type
text
Sample
                       
Nom du dispositif
               

No description available for this field.

Name (identifier)
nom_du_dispositif
Type
text
Sample
                       
Fonctionnement
               

No description available for this field.

Name (identifier)
fonctionnement
Type
text
Sample
                       
Formation existante
               

No description available for this field.

Name (identifier)
formation_existante
Type
text
Sample
                       
Formations
               

No description available for this field.

Name (identifier)
formations
Type
text
Sample
                       
Action mise en œuvre 1
               

No description available for this field.

Name (identifier)
action_1
Type
text
Sample
                       
Contact Nom - Prénom
               

No description available for this field.

Name (identifier)
contact_nom_prenom
Type
text
Sample
                       
Rôle du contact
               

No description available for this field.

Name (identifier)
role_du_contact
Type
text
Sample
                       
Email
               

No description available for this field.

Name (identifier)
email
Type
text
Sample
                       
Autre email
               

No description available for this field.

Name (identifier)
autre_email
Type
text
Sample
                       
Téléphone
               

No description available for this field.

Name (identifier)
telephone
Type
text
Sample
                       
Autres coordonnées
               

No description available for this field.

Name (identifier)
autres_coordonnees
Type
text
Sample
                       
Site internet
               

No description available for this field.

Name (identifier)
site_internet
Type
text
Sample
                       
UAI
               

No description available for this field.

Name (identifier)
uai
Type
text
Sample
                       
Couleur
               

No description available for this field.

Name (identifier)
couleur
Type
integer
Sample
                       
Code zone géographique
               

No description available for this field.

Name (identifier)
code_zone_geographique
Type
text
Sample
                       
Lien vers la page internet qui présente l'action
               

No description available for this field.

Name (identifier)
lien_1
Type
text
Sample
                       
Action mise en œuvre 2
               

No description available for this field.

Name (identifier)
action_2
Type
text
Sample
                       
Lien vers la page internet qui présente l'action 2
               

No description available for this field.

Name (identifier)
lien_2
Type
text
Sample
                       
Action mise en œuvre 3
               

No description available for this field.

Name (identifier)
action_3
Type
text
Sample
                       
Lien vers la page internet qui présente l'action 3
               

No description available for this field.

Name (identifier)
lien_3
Type
text
Sample
                       
Action mise en œuvre 4
               

No description available for this field.

Name (identifier)
action_4
Type
text
Sample
                       
Lien vers la page internet qui présente l'action 4
               

No description available for this field.

Name (identifier)
lien_4
Type
text
Sample
                       
Action mise en œuvre 5
               

No description available for this field.

Name (identifier)
action_5
Type
text
Sample
                       
Lien vers la page internet qui présente l'action 5
               

No description available for this field.

Name (identifier)
lien_5
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fr-esr-initiatives-pour-la-lutte-contre-les-violences-sexistes-et-sexuelles",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-initiatives-pour-la-lutte-contre-les-violences-sexistes-et-sexuelles"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-initiatives-pour-la-lutte-contre-les-violences-sexistes-et-sexuelles":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-initiatives-pour-la-lutte-contre-les-violences-sexistes-et-sexuelles_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"
            }
          }
        }
        ,
      • "fr-esr-initiatives-pour-la-lutte-contre-les-violences-sexistes-et-sexuelles_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "etat_du_dispositif":
                {
                • "type":"string",
                • "title":"Etat du dispositif",
                • "description":""
                }
                ,
              • "zone_geographique":
                {
                • "type":"string",
                • "title":"Zone géographique",
                • "description":""
                }
                ,
              • "type_d_etablissement":
                {
                • "type":"string",
                • "title":"Type d'établissement",
                • "description":""
                }
                ,
              • "nom_de_l_etablissement":
                {
                • "type":"string",
                • "title":"Nom de l'établissement",
                • "description":""
                }
                ,
              • "sigle":
                {
                • "type":"string",
                • "title":"Sigle",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation",
                • "description":""
                }
                ,
              • "localisation":
                {
                • "type":"string",
                • "title":"Localisation",
                • "description":""
                }
                ,
              • "academie":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "nom_du_dispositif":
                {
                • "type":"string",
                • "title":"Nom du dispositif",
                • "description":""
                }
                ,
              • "fonctionnement":
                {
                • "type":"string",
                • "title":"Fonctionnement",
                • "description":""
                }
                ,
              • "formation_existante":
                {
                • "type":"string",
                • "title":"Formation existante",
                • "description":""
                }
                ,
              • "formations":
                {
                • "type":"string",
                • "title":"Formations",
                • "description":""
                }
                ,
              • "action_1":
                {
                • "type":"string",
                • "title":"Action mise en œuvre 1",
                • "description":""
                }
                ,
              • "contact_nom_prenom":
                {
                • "type":"string",
                • "title":"Contact Nom - Prénom",
                • "description":""
                }
                ,
              • "role_du_contact":
                {
                • "type":"string",
                • "title":"Rôle du contact",
                • "description":""
                }
                ,
              • "email":
                {
                • "type":"string",
                • "title":"Email",
                • "description":""
                }
                ,
              • "autre_email":
                {
                • "type":"string",
                • "title":"Autre email",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"Téléphone",
                • "description":""
                }
                ,
              • "autres_coordonnees":
                {
                • "type":"string",
                • "title":"Autres coordonnées",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"Site internet",
                • "description":""
                }
                ,
              • "uai":
                {
                • "type":"string",
                • "title":"UAI",
                • "description":""
                }
                ,
              • "couleur":
                {
                • "type":"integer",
                • "title":"Couleur",
                • "description":""
                }
                ,
              • "code_zone_geographique":
                {
                • "type":"string",
                • "title":"Code zone géographique ",
                • "description":""
                }
                ,
              • "lien_1":
                {
                • "type":"string",
                • "title":"Lien vers la page internet qui présente l'action",
                • "description":""
                }
                ,
              • "action_2":
                {
                • "type":"string",
                • "title":"Action mise en œuvre 2",
                • "description":""
                }
                ,
              • "lien_2":
                {
                • "type":"string",
                • "title":"Lien vers la page internet qui présente l'action 2",
                • "description":""
                }
                ,
              • "action_3":
                {
                • "type":"string",
                • "title":"Action mise en œuvre 3",
                • "description":""
                }
                ,
              • "lien_3":
                {
                • "type":"string",
                • "title":"Lien vers la page internet qui présente l'action 3",
                • "description":""
                }
                ,
              • "action_4":
                {
                • "type":"string",
                • "title":"Action mise en œuvre 4",
                • "description":""
                }
                ,
              • "lien_4":
                {
                • "type":"string",
                • "title":"Lien vers la page internet qui présente l'action 4",
                • "description":""
                }
                ,
              • "action_5":
                {
                • "type":"string",
                • "title":"Action mise en œuvre 5",
                • "description":""
                }
                ,
              • "lien_5":
                {
                • "type":"string",
                • "title":"Lien vers la page internet qui présente l'action 5",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets