records

records

Active filters Clear all

No active filters

Filters

Transactions services

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Main Service in Arabic
               

No description available for this field.

Name (identifier)
main_service_in_arabic
Type
text
Sample
                       
Main Service in English
               

No description available for this field.

Name (identifier)
main_service_in_english
Type
text
Sample
                       
Sub Service in Arabic
               

No description available for this field.

Name (identifier)
sub_service_in_arabic
Type
text
Sample
                       
Sub Service in English
               

No description available for this field.

Name (identifier)
sub_service_in_english
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
decimal
Sample
                       
Month in Arabic
               

No description available for this field.

Name (identifier)
month_in_arabic
Type
text
Sample
                       
Month in English
               

No description available for this field.

Name (identifier)
month_in_english
Type
text
Sample
                       
Total transactions
               

No description available for this field.

Name (identifier)
total_transactions
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"transactions-services",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/transactions-services"
      }
    ]
    ,
  • "definitions":
    {
    • "transactions-services":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/transactions-services_records"
            }
          }
        }
      }
      ,
    • "transactions-services_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "main_service_in_arabic":
              {
              • "type":"string",
              • "title":"Main Service in Arabic",
              • "description":""
              }
              ,
            • "main_service_in_english":
              {
              • "type":"string",
              • "title":"Main Service in English",
              • "description":""
              }
              ,
            • "sub_service_in_arabic":
              {
              • "type":"string",
              • "title":"Sub Service in Arabic",
              • "description":""
              }
              ,
            • "sub_service_in_english":
              {
              • "type":"string",
              • "title":"Sub Service in English",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month_in_arabic":
              {
              • "type":"string",
              • "title":"Month in Arabic",
              • "description":""
              }
              ,
            • "month_in_english":
              {
              • "type":"string",
              • "title":"Month in English",
              • "description":""
              }
              ,
            • "total_transactions":
              {
              • "type":"number",
              • "title":"Total transactions",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets