records

records

Active filters Clear all

No active filters

Filters

Alim'confiance

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
APP_Libelle_etablissement
               

No description available for this field.

Name (identifier)
app_libelle_etablissement
Type
text
Sample
                       
SIRET
               

No description available for this field.

Name (identifier)
siret
Type
text
Sample
                       
Adresse_2_UA
               

No description available for this field.

Name (identifier)
adresse_2_ua
Type
text
Sample
                       
Code_postal
               

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
                       
Libelle_commune
               

No description available for this field.

Name (identifier)
libelle_commune
Type
text
Sample
                       
Date_inspection
               

No description available for this field.

Name (identifier)
date_inspection
Type
datetime
Sample
                       
APP_Libelle_activite_etablissement
               

No description available for this field.

Name (identifier)
app_libelle_activite_etablissement
Type
text
Sample
                       
Synthese_eval_sanit
               

No description available for this field.

Name (identifier)
synthese_eval_sanit
Type
text
Sample
                       
APP_Code_synthese_eval_sanit
               

No description available for this field.

Name (identifier)
app_code_synthese_eval_sanit
Type
integer
Sample
                       
Agrement
               

No description available for this field.

Name (identifier)
agrement
Type
text
Sample
                       
geores
               

No description available for this field.

Name (identifier)
geores
Type
geo point
Sample
                       
filtre
               

No description available for this field.

Name (identifier)
filtre
Type
text
Sample
                       
ods_type_activite
               

No description available for this field.

Name (identifier)
ods_type_activite
Type
text
Sample
                       
reg_name
               

No description available for this field.

Name (identifier)
reg_name
Type
text
Sample
                       
reg_code
               

No description available for this field.

Name (identifier)
reg_code
Type
text
Sample
                       
dep_name
               

No description available for this field.

Name (identifier)
dep_name
Type
text
Sample
                       
dep_code
               

No description available for this field.

Name (identifier)
dep_code
Type
text
Sample
                       
com_name
               

No description available for this field.

Name (identifier)
com_name
Type
text
Sample
                       
com_code
               

No description available for this field.

Name (identifier)
com_code
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"export_alimconfiance",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/export_alimconfiance"
      }
    ]
    ,
  • "definitions":
    {
    • "export_alimconfiance":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/export_alimconfiance_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"
            }
          }
        }
        ,
      • "export_alimconfiance_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "app_libelle_etablissement":
                {
                • "type":"string",
                • "title":"APP_Libelle_etablissement",
                • "description":""
                }
                ,
              • "siret":
                {
                • "type":"string",
                • "title":"SIRET",
                • "description":""
                }
                ,
              • "adresse_2_ua":
                {
                • "type":"string",
                • "title":"Adresse_2_UA",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code_postal",
                • "description":""
                }
                ,
              • "libelle_commune":
                {
                • "type":"string",
                • "title":"Libelle_commune",
                • "description":""
                }
                ,
              • "date_inspection":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Date_inspection",
                • "description":""
                }
                ,
              • "app_libelle_activite_etablissement":
                {
                • "type":"string",
                • "title":"APP_Libelle_activite_etablissement",
                • "description":""
                }
                ,
              • "synthese_eval_sanit":
                {
                • "type":"string",
                • "title":"Synthese_eval_sanit",
                • "description":""
                }
                ,
              • "app_code_synthese_eval_sanit":
                {
                • "type":"integer",
                • "title":"APP_Code_synthese_eval_sanit",
                • "description":""
                }
                ,
              • "agrement":
                {
                • "type":"string",
                • "title":"Agrement",
                • "description":""
                }
                ,
              • "geores":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geores",
                • "description":""
                }
                ,
              • "filtre":
                {
                • "type":"string",
                • "title":"filtre",
                • "description":""
                }
                ,
              • "ods_type_activite":
                {
                • "type":"string",
                • "title":"ods_type_activite",
                • "description":""
                }
                ,
              • "reg_name":
                {
                • "type":"string",
                • "title":"reg_name",
                • "description":""
                }
                ,
              • "reg_code":
                {
                • "type":"string",
                • "title":"reg_code",
                • "description":""
                }
                ,
              • "dep_name":
                {
                • "type":"string",
                • "title":"dep_name",
                • "description":""
                }
                ,
              • "dep_code":
                {
                • "type":"string",
                • "title":"dep_code",
                • "description":""
                }
                ,
              • "com_name":
                {
                • "type":"string",
                • "title":"com_name",
                • "description":""
                }
                ,
              • "com_code":
                {
                • "type":"string",
                • "title":"com_code",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets