Basetrip · JSON Structure

Safetyinfo

Type: record Properties: 0
CitiesCountriesHealthSafetyTravelVisa

Safetyinfo is a JSON Structure definition published by Basetrip. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/basetrip/refs/heads/main/json-structure/safetyinfo.json",
  "title": "SafetyInfo",
  "type": "record",
  "fields": [
    {
      "name": "country",
      "type": "xs:string",
      "description": "Country slug"
    },
    {
      "name": "overallRating",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "advisoryLevel",
      "type": "xs:integer",
      "description": "Advisory level (1=normal, 4=do not travel)"
    },
    {
      "name": "categories",
      "type": "xs:complexType",
      "description": ""
    },
    {
      "name": "notes",
      "type": "xs:string",
      "description": "Additional safety notes"
    }
  ]
}