{"openapi":"3.0.0","info":{"title":"Labyrinth API","version":"1.0.0"},"paths":{"/start":{"get":{"summary":"Start a new journey","responses":{"200":{"description":"Initial game state"}}}},"/p/{slug}":{"get":{"summary":"Get current state and possible moves","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Current game state"}}}}}}