-
Notifications
You must be signed in to change notification settings - Fork 0
/
spec.json
2 lines (1 loc) · 1.07 KB
/
spec.json
1
{"paths":{"\/circuits\/all.json":{"get":{"deprecated":false,"tags":["F1 Circuit"],"responses":{"200":{"content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/F1Circuit"}}}},"description":"Success"}},"description":"Retrieve a list of all Formula 1® circuits","summary":"List of all Formula 1® circuits"}}},"servers":[{"url":"\/api\/v1\/f1"}],"openapi":"3.0.1","info":{"contact":{"name":"Grand Prix Stats","url":"https:\/\/grandprixstats.org","email":"[email protected]"},"license":{"name":"Apache 2.0","url":"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html"},"title":"Grand Prix Stats API","description":"Grand Prix Stats static JSON API","version":"1.0"},"tags":[{"name":"F1 Circuit","description":"Circuits where Formula 1® races are held"}],"components":{"schemas":{"F1Circuit":{"type":"object","properties":{"name":{"type":"string","example":"Circuit de Monaco"},"location":{"type":"string","example":"Monte-Carlo"},"circuitRef":{"type":"string","example":"monaco"}},"required":["circuitRef","name","location"]}},"securitySchemes":{}}}