records

records

Active filters Clear all

No active filters

Filters

Available Activities

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
id
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
NameAR
               

No description available for this field.

Name (identifier)
namear
Type
text
Sample
                       
NameEN
               

No description available for this field.

Name (identifier)
nameen
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"available-activities",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/available-activities"
      }
    ]
    ,
  • "definitions":
    {
    • "available-activities":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/available-activities_records"
            }
          }
        }
      }
      ,
    • "available-activities_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"id",
              • "description":""
              }
              ,
            • "namear":
              {
              • "type":"string",
              • "title":"NameAR",
              • "description":""
              }
              ,
            • "nameen":
              {
              • "type":"string",
              • "title":"NameEN",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets