{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.setlist.fm/schema/Tour",
"title": "tour",
"description": "The tour a setlist was a part of.",
"type": "object",
"properties": {
"name": {
"example": "North American Tour 1964",
"description": "The name of the tour.",
"type": "string"
}
},
"example": {
"name": "North American Tour 1964"
}
}