records

records

Active filters Clear all

No active filters

Filters

Cartographie des cellules de lutte contre les violences sexistes et sexuelles

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Région
               

No description available for this field.

Name (identifier)
reg_nom
Type
text
Sample
                       
Académie
               

No description available for this field.

Name (identifier)
aca_nom
Type
text
Sample
                       
UAI
               

No description available for this field.

Name (identifier)
uai
Type
text
Sample
                       
Libellé
               

No description available for this field.

Name (identifier)
libelle
Type
text
Sample
                       
Secteur
               

No description available for this field.

Name (identifier)
secteur
Type
text
Sample
                       
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
Lien vers le site internet de l'établissement
               

No description available for this field.

Name (identifier)
lien_vers_le_site_internet_de_l_etablissement
Type
text
Sample
                       
Lien vers la page présentant le dispositif sur le site internet de l'établissement
               

No description available for this field.

Name (identifier)
lien_vers_la_page_presentant_le_dispositif_sur_le_site_internet_de_l_etablissement
Type
text
Sample
                       
Contact du dispositif n°1
               

No description available for this field.

Name (identifier)
contact_du_dispositif_ndeg1
Type
text
Sample
                       
Commentaire n°1
               

No description available for this field.

Name (identifier)
commentaire_ndeg1
Type
text
Sample
                       
Contact du dispositif n° 2
               

No description available for this field.

Name (identifier)
contact_du_dispositif_ndeg_2
Type
text
Sample
                       
Commentaire n°2
               

No description available for this field.

Name (identifier)
commentaire_ndeg2
Type
text
Sample
                       
Contact du dispositif n° 3
               

No description available for this field.

Name (identifier)
contact_du_dispositif_ndeg_3
Type
text
Sample
                       
Commentaire n°3
               

No description available for this field.

Name (identifier)
commentaire_ndeg3
Type
text
Sample
                       
Sigle
               

No description available for this field.

Name (identifier)
sigle
Type
text
Sample
                       
Id interne
               

No description available for this field.

Name (identifier)
id_interne
Type
text
Sample
                       
Géolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-cartographie_cellules_lutte_contre_violences_sexistes_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-cartographie_cellules_lutte_contre_violences_sexistes_sexuelles_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "reg_nom":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "aca_nom":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "uai":
                {
                • "type":"string",
                • "title":"UAI",
                • "description":""
                }
                ,
              • "libelle":
                {
                • "type":"string",
                • "title":"Libellé",
                • "description":""
                }
                ,
              • "secteur":
                {
                • "type":"string",
                • "title":"Secteur",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "lien_vers_le_site_internet_de_l_etablissement":
                {
                • "type":"string",
                • "title":"Lien vers le site internet de l'établissement",
                • "description":""
                }
                ,
              • "lien_vers_la_page_presentant_le_dispositif_sur_le_site_internet_de_l_etablissement":
                {
                • "type":"string",
                • "title":"Lien vers la page présentant le dispositif sur le site internet de l'établissement",
                • "description":""
                }
                ,
              • "contact_du_dispositif_ndeg1":
                {
                • "type":"string",
                • "title":"Contact du dispositif n°1",
                • "description":""
                }
                ,
              • "commentaire_ndeg1":
                {
                • "type":"string",
                • "title":"Commentaire n°1",
                • "description":""
                }
                ,
              • "contact_du_dispositif_ndeg_2":
                {
                • "type":"string",
                • "title":"Contact du dispositif n° 2",
                • "description":""
                }
                ,
              • "commentaire_ndeg2":
                {
                • "type":"string",
                • "title":"Commentaire n°2",
                • "description":""
                }
                ,
              • "contact_du_dispositif_ndeg_3":
                {
                • "type":"string",
                • "title":"Contact du dispositif n° 3",
                • "description":""
                }
                ,
              • "commentaire_ndeg3":
                {
                • "type":"string",
                • "title":"Commentaire n°3",
                • "description":""
                }
                ,
              • "sigle":
                {
                • "type":"string",
                • "title":"Sigle",
                • "description":""
                }
                ,
              • "id_interne":
                {
                • "type":"string",
                • "title":"Id interne",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets