apiVersion: naftiko/v1 kind: Capability metadata: name: realtime-weather description: Retrieve current weather conditions from Tomorrow.io for a point or named location. spec: api: tomorrow-io-weather-api operations: - operationId: getRealtimeWeather method: GET path: /weather/realtime inputs: - name: location required: true description: 'lat,lng pair or Tomorrow.io locationId.' - name: units required: false default: metric outputs: - name: values description: Map of requested data layer field names to current values.