apiVersion: naftiko/v1 kind: Capability metadata: name: historical-weather description: Retrieve historical weather observations and monthly climate normals from Tomorrow.io. spec: api: tomorrow-io-historical-api operations: - operationId: postHistorical method: POST path: /historical - operationId: getClimateNormals method: GET path: /historical/climate/normals inputs: - name: location required: true - name: fields required: true - name: startTime required: false - name: endTime required: false outputs: - name: timelines description: Historical timeline intervals. - name: months description: Monthly climate normals (for the climate-normals operation).