removedOutput schema / properties / data / properties
Removed value: -{
- "age_seconds": {
- "description": "Whole seconds between observed_at and the time this response was produced. Always inspect this before treating the reading as current.",
- "minimum": 0,
- "type": "integer"
- },
- "barometric_pressure_pa": {
- "description": "Station barometric pressure in pascals. Null when the station omits the value or its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "cloud_layers": {
- "description": "Reported cloud layers, lowest first, exactly as published by the station.",
- "items": {
- "additionalProperties": false,
- "properties": {
- "amount": {
- "description": "METAR cloud amount code - one of CLR / FEW / SCT / BKN / OVC / VV.",
- "type": [
- "string",
- "null"
- ]
- },
- "base_m": {
- "description": "Cloud base height above ground in metres.",
- "type": [
- "number",
- "null"
- ]
- }
- },
- "required": [
- "amount",
- "base_m"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "dewpoint_c": {
- "description": "Dewpoint in degrees Celsius (2 decimal places). Null when the station omits the value or its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "is_stale": {
- "description": "True when age_seconds exceeds 10800 (3 hours). The observation is still returned; the flag says it is old.",
- "type": "boolean"
- },
- "observed_at": {
- "description": "Time the observation was taken, as reported by the station (ISO 8601 UTC). This is not the request time.",
- "type": "string"
- },
- "precipitation_last_hour_mm": {
- "description": "Precipitation in the last hour in millimetres. Null when the station does not report it or its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "relative_humidity_pct": {
- "description": "Relative humidity as a percentage (2 decimal places). Null when the station omits the value or its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "station": {
- "additionalProperties": false,
- "properties": {
- "distance_km": {
- "description": "Great-circle distance in kilometres (2 decimal places) from the coordinate you asked about to the station's published position, computed by Eckari on a spherical earth. It is not the National Weather Service's own distance figure, which is measured from the forecast grid point rather than your point. Null when the station publishes no coordinates.",
- "type": [
- "number",
- "null"
- ]
- },
- "id": {
- "description": "NWS station identifier (for example KDCA).",
- "type": "string"
- },
- "name": {
- "description": "Station name as published by NWS.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "id",
- "name",
- "distance_km"
- ],
- "type": "object"
- },
- "temperature_c": {
- "description": "Air temperature in degrees Celsius (2 decimal places). Null when the station omits the value or its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "text_description": {
- "description": "Station's own summary phrase such as Mostly Cloudy.",
- "type": [
- "string",
- "null"
- ]
- },
- "visibility_m": {
- "description": "Horizontal visibility in metres. Null when the station omits the value or its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "wind_direction_deg": {
- "description": "Wind direction in degrees clockwise from true north. Null when variable, when the station omits the value, or when its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "wind_gust_kmh": {
- "description": "Wind gust in kilometres per hour. Null when the station omits the value or its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- },
- "wind_speed_kmh": {
- "description": "Wind speed in kilometres per hour (2 decimal places). Null when calm, when the station omits the value, or when its quality control rejected it (NWS qualityControl X = failed or Q = questionable).",
- "type": [
- "number",
- "null"
- ]
- }
-}