records

records

Active filters Clear all

No active filters

Filters

Liste des structures du RIIFE

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
STRUCTURE_NOM
               

No description available for this field.

Name (identifier)
structure_nom
Type
text
Sample
                       
STRUCTURE_URL_FICHE
               

No description available for this field.

Name (identifier)
structure_url_fiche
Type
text
Sample
                       
STRUCTURE_URL_LOGO
               

No description available for this field.

Name (identifier)
structure_url_logo
Type
text
Sample
                       
logo
               

No description available for this field.

Name (identifier)
logo
Type
file
Sample
                       

JSON Schema

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

{
  • "title":"riife_structures",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/riife_structures"
      }
    ]
    ,
  • "definitions":
    {
    • "riife_structures":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/riife_structures_records"
            }
          }
        }
      }
      ,
    • "riife_structures_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "structure_nom":
              {
              • "type":"string",
              • "title":"STRUCTURE_NOM",
              • "description":""
              }
              ,
            • "structure_url_fiche":
              {
              • "type":"string",
              • "title":"STRUCTURE_URL_FICHE",
              • "description":""
              }
              ,
            • "structure_url_logo":
              {
              • "type":"string",
              • "title":"STRUCTURE_URL_LOGO",
              • "description":""
              }
              ,
            • "logo":
              {
              • "type":"string",
              • "title":"logo",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets