Basetrip · JSON Structure

Visainfo

Type: record Properties: 0
CitiesCountriesHealthSafetyTravelVisa

Visainfo 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/visainfo.json",
  "title": "VisaInfo",
  "type": "record",
  "fields": [
    {
      "name": "destination",
      "type": "xs:string",
      "description": "Destination country code"
    },
    {
      "name": "passport",
      "type": "xs:string",
      "description": "Passport country code"
    },
    {
      "name": "requirement",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "maxStay",
      "type": "xs:integer",
      "description": "Maximum stay in days"
    },
    {
      "name": "notes",
      "type": "xs:string",
      "description": ""
    }
  ]
}