apiVersion: naftiko/v1 kind: Capability metadata: name: weather-on-route description: Retrieve weather conditions along a polyline of waypoints at their expected arrival times. spec: api: tomorrow-io-route-api operations: - operationId: postRoute method: POST path: /route inputs: - name: waypoints required: true description: Array of point + time pairs describing the route. - name: fields required: true outputs: - name: waypoints description: Array of per-waypoint weather values at arrival time.