aviation-scraper
Version:
Scraper to get airlines and airport data
21 lines (20 loc) • 393 B
JSON
{
"description": "Destination Pages",
"items": {
"type": "object",
"required": ["name", "destinationsLink", "scraper"],
"properties": {
"name": {
"type": "string",
"description": "name of the airline"
},
"destinationsLink": {
"type": "string"
},
"scraper": {
"type": "string"
}
}
},
"type": "array"
}