records

records

Active filters Clear all

No active filters

Filters

Available License Type

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
id
This ID is used to uniquely identify each row in the table and is crucial for data integrity and efficient data retrieval.

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
NameAR
refers to a field that stores names in Arabic language

No description available for this field.

Name (identifier)
namear
Type
text
Sample
                       
NameEN
refers to a field that stores names in english language

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-license-type",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/available-license-type"
      }
    ]
    ,
  • "definitions":
    {
    • "available-license-type":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/available-license-type_records"
            }
          }
        }
      }
      ,
    • "available-license-type_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"id",
              • "description":"This ID is used to uniquely identify each row in the table and is crucial for data integrity and efficient data retrieval. "
              }
              ,
            • "namear":
              {
              • "type":"string",
              • "title":"NameAR",
              • "description":"refers to a field that stores names in Arabic language"
              }
              ,
            • "nameen":
              {
              • "type":"string",
              • "title":"NameEN",
              • "description":"refers to a field that stores names in english language"
              }
            }
          }
        }
      }
    }
}

Similar datasets